Guest User

Untitled

a guest
Aug 17th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. mutation addNewUser($username: String!, $password: String!, $fullName: String) {
  2. addUser(username: $username, password: $password, fullName: $fullName) {
  3. username
  4. fullName
  5. }
  6. }
Add Comment
Please, Sign In to add comment