UpdateUserInput
Input for the updateUser mutation
input UpdateUserInput {
birthday: Date
firstName: String
gender: Gender
id: UUID!
lastName: String
}
Fields
UpdateUserInput.birthday ● Date scalar
The new birthday of the user
UpdateUserInput.firstName ● String scalar
The new first name of the user
UpdateUserInput.gender ● Gender enum
The new gender of the user
UpdateUserInput.id ● UUID! non-null scalar
The id of the user to update
UpdateUserInput.lastName ● String scalar
The new last name of the user
Member Of
updateUser mutation