MikeBild / graphql-pouch

GraphQL runtime using PouchDB
MIT License
204 stars 13 forks source link

enum & references in mutation #29

Open konsumer opened 6 years ago

konsumer commented 6 years ago

Enums & type-refs do not show up in mutations, like for example in the star wars example, the HumanInput type for the mutation upsertHuman looks like this:

id: ID
rev: String
name: String
homePlanet: String

it's missing appearsIn (Episode enum) and friends (reference to Character.)