Skip to content

Instantly share code, notes, and snippets.

@streamerd
Created November 15, 2020 18:44
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save streamerd/3cb7160eac3cf5ea1ac40546cb50fd90 to your computer and use it in GitHub Desktop.
registerUser:Mutation
mutation{
registerUser (
input: {
username: "streamerd",
email: "abcd@e.fu",
password: "123456789-qwert-y0",
role: "user",
behaviours: ["audience", "artist", "volunteer"]
city: "Hamburg",
country: "Germany"
} ){
id
username
country
city
behaviours
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment