Last active
April 30, 2020 13:35
-
-
Save EmrysMyrddin/02e88ff43c55a1d258a68bd17b1dfc3c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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