Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created June 6, 2018 11:26
Show Gist options
  • Save SaraVieira/93e315c648da55314734f8bfc962efd6 to your computer and use it in GitHub Desktop.
Save SaraVieira/93e315c648da55314734f8bfc962efd6 to your computer and use it in GitHub Desktop.
type SignUpInput {
email: String!
password: String!
firstName: String!
lastName: String!
}
type Mutation {
signUp(input: SignUpInput!)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment