Skip to content

updateGropiusUser

Updates a GropiusUser. Only the same user and admin users can update a GropiusUser. Only admin users can update isAdmin

graphql
updateGropiusUser(
  input: UpdateGropiusUserInput!
): UpdateGropiusUserPayload!

Arguments

updateGropiusUser.input ● UpdateGropiusUserInput! non-null input

Defines which GropiusUser to update and how to update it

Type

UpdateGropiusUserPayload object

Released under the MIT License.