Skip to main content

UpdateGropiusUserInput

Input for the updateGropiusUserMutation

input UpdateGropiusUserInput {
avatar: URL
displayName: String
email: String
id: ID!
isAdmin: Boolean
}

Fields

UpdateGropiusUserInput.avatar ● URL scalar

The new avatar of the user

UpdateGropiusUserInput.displayName ● String scalar

The new displayName of the User to update

UpdateGropiusUserInput.email ● String scalar

The new email of the User to update

UpdateGropiusUserInput.id ● ID! non-null scalar

The id of the node to update

UpdateGropiusUserInput.isAdmin ● Boolean scalar

The new value for isAdmin of the GropiusUser to update

Member of

updateGropiusUser mutation