Created
November 4, 2018 02:30
-
-
Save PierBover/596502992ddb56df6b61a0f627e926b8 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
| type Fruit { | |
| id: ID! | |
| name: String! | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment