Skip to content

Instantly share code, notes, and snippets.

@neerajkumar161
Created January 4, 2022 13:05
Show Gist options
  • Save neerajkumar161/985451e4c257e49e592c3c1fd37ad465 to your computer and use it in GitHub Desktop.
Save neerajkumar161/985451e4c257e49e592c3c1fd37ad465 to your computer and use it in GitHub Desktop.
/src/schema/update-user.graphql
type Mutation {
updateUser(
email: String!
firstname: String
lastname: String
age: Int
password: String
): User!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment