Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active August 14, 2020 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/b3bee72e9cd299813d12cd8a0ff1a56d to your computer and use it in GitHub Desktop.
Save velotiotech/b3bee72e9cd299813d12cd8a0ff1a56d to your computer and use it in GitHub Desktop.
mutation {
signup(
name: "Alice"
email: "alice@prisma.io"
password: "graphql"
) {
token
user {
Id
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment