Skip to content

Instantly share code, notes, and snippets.

@vdeturckheim
Created December 17, 2020 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdeturckheim/9327f0387387f18e1e0ddd1d1300484d to your computer and use it in GitHub Desktop.
Save vdeturckheim/9327f0387387f18e1e0ddd1d1300484d to your computer and use it in GitHub Desktop.
type Post {
id: ID
title: String
content: String
}
type Query {
post(id: ID): Post
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment