Skip to content

Instantly share code, notes, and snippets.

@lucasconstantino
Created March 29, 2017 18:22
Show Gist options
  • Save lucasconstantino/92934a82d706a16f447224746529702e to your computer and use it in GitHub Desktop.
Save lucasconstantino/92934a82d706a16f447224746529702e to your computer and use it in GitHub Desktop.
const typeDefs = `
type Query {
helloWorld: String!
}
schema {
query: Query
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment