Skip to content

Instantly share code, notes, and snippets.

@Big-Silver
Created June 25, 2020 03:53
Show Gist options
  • Save Big-Silver/75a0f27fb61eefd5fadebf0c6860f45f to your computer and use it in GitHub Desktop.
Save Big-Silver/75a0f27fb61eefd5fadebf0c6860f45f to your computer and use it in GitHub Desktop.
type Mutation {
register(
name: String
email: String
password: String
): User
}
type User {
id: String
email: String
name: String
password: String
createdAt: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment