Skip to content

Instantly share code, notes, and snippets.

@zorca
Created October 7, 2020 14:28
Show Gist options
  • Save zorca/1ffa9a7a084a68f541425f58d6471b87 to your computer and use it in GitHub Desktop.
Save zorca/1ffa9a7a084a68f541425f58d6471b87 to your computer and use it in GitHub Desktop.
mutation LoginUser ($clientMutationId:String!,$username:String!, $password:String!) {
login( input: {
clientMutationId: $clientMutationId,
username: $username,
password: $password
} ) {
authToken
user {
id
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment