Skip to content

Instantly share code, notes, and snippets.

@a7v8x
Last active May 2, 2020 10:51
Show Gist options
  • Save a7v8x/e917dfc9373fb3fe0d88151e7429498d to your computer and use it in GitHub Desktop.
Save a7v8x/e917dfc9373fb3fe0d88151e7429498d to your computer and use it in GitHub Desktop.
mutation createUser {
createUser(input: {
username: "test",
email: "test@test.cz",
phone: "479332973",
firstName: "David",
lastName: "Test"
}) {
user {
id
username
email
phone
firstName
lastName
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment