nexus/examples/star-wars
Tim Griesser 18401c465a
Fix #68, allow nested input types, fix typings for input field default values (#72)
2019-03-07 19:38:14 -05:00
..
src Fix #68, allow nested input types, fix typings for input field default values (#72) 2019-03-07 19:38:14 -05:00
README.md Update documentation & site 2019-02-05 02:33:57 -05:00
package.json Update examples 2019-02-22 14:54:10 -05:00
star-wars-schema.graphql Fix #68, allow nested input types, fix typings for input field default values (#72) 2019-03-07 19:38:14 -05:00
tsconfig.json WIP on type generation overhaul 2018-11-18 15:06:28 -05:00
yarn.lock Add mutationField shorthand helper (#58) 2019-02-23 12:25:12 -05:00

README.md

GraphQL Nexus Star Wars:

This is meant to demonstrate some of the features of GraphQL Nexus.

Changes from the graphql-js example:

  • Backing data types are changed to snake_case to demonstrate the property feature.
  • Removes the "secretBackstory" field which always throws an Error

License

MIT