Skip to content

Instantly share code, notes, and snippets.

@grrinchas
Created January 6, 2018 12:09
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 grrinchas/be9c89922b432939662cebb786804b1e to your computer and use it in GitHub Desktop.
Save grrinchas/be9c89922b432939662cebb786804b1e to your computer and use it in GitHub Desktop.
type AuthenticationPayload {
id: String!
token: String!
}
extend type Mutation {
authenticate(accessToken: String!) : AuthenticationPayload
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment