Last active
November 4, 2018 02:38
-
-
Save PierBover/99f988e80ce9798e8fec54dd4d5a75e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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