Skip to content

UpdateGropiusUserInput

Input for the updateGropiusUserMutation

graphql
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

Released under the MIT License.