/graphql-react-client

A simple React client to my GraphQL tutorial

Primary LanguageJavaScriptMIT LicenseMIT

GraphQL React Client Example

A simple React client to my Intro to GraphQL presentation.

npm i
npm start
open http://localhost:5000

If you change queries:

npm run relay

Thanks:

  • React Simple Boilerplate by @nolotz