Skip to content

Instantly share code, notes, and snippets.

@a7v8x
Last active February 23, 2019 11:54
Show Gist options
  • Save a7v8x/5c5dc2e88296cdd15ef3d19a329f501a to your computer and use it in GitHub Desktop.
Save a7v8x/5c5dc2e88296cdd15ef3d19a329f501a to your computer and use it in GitHub Desktop.
mutation {
createUser(userPayload: {
email: "david@atheros.ai"
}) {
id,
email
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment