Skip to content

Instantly share code, notes, and snippets.

@aofleejay
Created September 27, 2017 09:10
Show Gist options
  • Select an option

  • Save aofleejay/3fdc81534e12db1a61ee14ba28e042c6 to your computer and use it in GitHub Desktop.

Select an option

Save aofleejay/3fdc81534e12db1a61ee14ba28e042c6 to your computer and use it in GitHub Desktop.
GraphQL with description
const typeDefs = [`
# # Root query #
# ## Domain ##
# service.loremipsum.com/graphql
# ## Header ##
# Authorization : Bearer lorem ipsum
type Query {
user(id: String): User
users: [User]
}
`];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment