Created
May 31, 2019 02:01
-
-
Save AlecAivazis/1b113e0d36b805e4dedb301e06f0dd92 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mutation { | |
login(input: {username: "1", password: "1"}) { | |
authToken | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment