Skip to content

Instantly share code, notes, and snippets.

@EmrysMyrddin
Last active April 30, 2020 13:35
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 EmrysMyrddin/02e88ff43c55a1d258a68bd17b1dfc3c to your computer and use it in GitHub Desktop.
Save EmrysMyrddin/02e88ff43c55a1d258a68bd17b1dfc3c to your computer and use it in GitHub Desktop.
Query {
login(suername: String!, password: String!): UserAuthentication
}
type UserAuthentication {
token: String!
user: user!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment