Skip to content

Instantly share code, notes, and snippets.

@PierBover
Last active November 4, 2018 02:38
Show Gist options
  • Save PierBover/99f988e80ce9798e8fec54dd4d5a75e2 to your computer and use it in GitHub Desktop.
Save PierBover/99f988e80ce9798e8fec54dd4d5a75e2 to your computer and use it in GitHub Desktop.
input CreateFruitInput {
name: String!
}
type Mutation {
createFruit(input: CreateFruitInput!): Fruit
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment