Skip to content

Instantly share code, notes, and snippets.

@sogko
Created October 14, 2015 10:18
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 sogko/0742f2e22ae6108c896c to your computer and use it in GitHub Desktop.
Save sogko/0742f2e22ae6108c896c to your computer and use it in GitHub Desktop.
hello-world-relay-part-1 - Schema definition (Shorthand notation)
//
// In GraphQL's type system shorthand notation.
// (See: http://graphql.org/docs/typesystem)
//
type Post {
id: ID!
text: String
}
type Query {
latestPost: Post
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment