/graphql-relay-server

A GraphQL server with minimal Relay support

Primary LanguageJavaScript

GraphQL Relay Server

A GraphQL server with minimal Relay support for use in React Native Relay

Start

After clone this repo, move to project path and install all dependencies:

$ yarn

When you need the schema introspection for Babel Relay Plugin:

$ yarn update-schema

And the schema files will be generated in the data path.

Running

$ yarn start

You can also use npm, but yarn is better and more faster.