class UpdateGropiusUserInput(val isAdmin: OptionalInput<Boolean>, val avatar: OptionalInput<URI?>) : UpdateUserInput

Input for the updateGropiusUserMutation

Constructors

Link copied to clipboard
constructor(isAdmin: OptionalInput<Boolean>, avatar: OptionalInput<URI?>)

Properties

Link copied to clipboard
val avatar: OptionalInput<URI?>
Link copied to clipboard
var displayName: OptionalInput<String>

The new displayName of the User to update

Link copied to clipboard
var email: OptionalInput<String?>

The new email of the User to update

Link copied to clipboard
var id: ID

The id of the node to update

Link copied to clipboard
val isAdmin: OptionalInput<Boolean>

Functions

Link copied to clipboard
open fun validate()

Validates this input