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.)
Enums & type-refs do not show up in mutations, like for example in the star wars example, the
HumanInput
type for the mutationupsertHuman
looks like this:it's missing
appearsIn
(Episode
enum) andfriends
(reference toCharacter
.)