Skip to content

Instantly share code, notes, and snippets.

@fakedarren
Last active June 18, 2020 15:08
Show Gist options
  • Save fakedarren/e29e1cc9531dd76b096d733519b12551 to your computer and use it in GitHub Desktop.
Save fakedarren/e29e1cc9531dd76b096d733519b12551 to your computer and use it in GitHub Desktop.
type Product {
id: ID!
title: String
description: String
image: String
}
type Query {
product(id: ID!): Product
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment