Skip to content

Instantly share code, notes, and snippets.

@kirkness
Created January 8, 2019 13:36
Show Gist options
  • Save kirkness/54c99c612820626ba7abfae12d5c2873 to your computer and use it in GitHub Desktop.
Save kirkness/54c99c612820626ba7abfae12d5c2873 to your computer and use it in GitHub Desktop.
type Mutation {
login(email String!, password: String!): String
updateProfile: Profile @withEmailVerified
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment