Skip to main content

UpdateRoleInput

All input for the updateRole mutation.

input UpdateRoleInput {
clientMutationId: String
patch: RolePatch!
id: String!
}

Fields

UpdateRoleInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

UpdateRoleInput.patch ● RolePatch! non-null input

An object where the defined keys will be set on the Role being updated.

UpdateRoleInput.id ● String! non-null scalar

Member Of

updateRole mutation