Skip to content

Instantly share code, notes, and snippets.

@PierBover
Created November 4, 2018 02:34
Show Gist options
  • Save PierBover/c180365bc4382055134956880a353725 to your computer and use it in GitHub Desktop.
Save PierBover/c180365bc4382055134956880a353725 to your computer and use it in GitHub Desktop.
type Query {
singleFruit(id: ID!): Fruit
allFruits: [Fruit]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment