Skip to content

Instantly share code, notes, and snippets.

@felipe-ssilva
Created June 7, 2019 22:05
Show Gist options
  • Save felipe-ssilva/d618de73f0c5fa355b8ec2e5a12b0b31 to your computer and use it in GitHub Desktop.
Save felipe-ssilva/d618de73f0c5fa355b8ec2e5a12b0b31 to your computer and use it in GitHub Desktop.
mutation {
createUser (name: "José", email: "jose@gmail.com"){
id
name
email
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment