INPUT_OBJECT
UpdatePersonUserInput
Arguments for updating a person user
link GraphQL Schema definition
input UpdatePersonUserInput {
The email of the PersonUser.
: String
The status of the PersonUser.
: Boolean
The first name of the PersonUser.
: String
The last name of the PersonUser.
: String
The preferred name of the PersonUser. Will be used as the display name if
present.
: String
The id of the user to be updated.
: ID!
}