react-regional

react-regional

  • Docs
  • GitHub

›API Reference

Introduction

  • Introduction to react-reginal
  • Quick Start

API Reference

  • <RegionalProvider />
  • gql
  • <Query />
  • <Mutation />

gql

gql

gql is a function for declaring queries. The GraphQL sever access by query for this use. It is used to throw queries to the GraphQL server.

Examples

import { gql } from "react-regional";

const query = gql`
  {
    users {
      id
      name
    }
  }
`;
← <RegionalProvider /><Query /> →
  • gql
  • Examples
react-regional
Docs
Getting Started
More
GitHub
Copyright © 2018 wheatandcat