Guest User

Untitled

a guest
Jan 4th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. type Auth {
  2. register(username: String!, password: String!): User
  3. }
  4.  
  5. type Query {
  6. auth: Auth
  7. }
Add Comment
Please, Sign In to add comment