Skip to content

Instantly share code, notes, and snippets.

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