Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created May 26, 2020 01:42
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 marshallmurphy/0faf50b5a5ae019622f743453c261898 to your computer and use it in GitHub Desktop.
Save marshallmurphy/0faf50b5a5ae019622f743453c261898 to your computer and use it in GitHub Desktop.
# src/schema.graphql
type Mutation {
signup(email: String!, password: String!, name: String!): AuthPayload
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment