/graphql-experiments

Just trying out stuff with GraphQL

Primary LanguageTypeScript

GraphQL experiments

How to run

$ npm i
$ npm run datasources:seed
$ npm run start # or start:watch to listen for file changes

After running those commands, GraphiQL should be available at http://localhost:4000.