Skip to main content

UpdateRolePermissionByNodeIdInput

All input for the updateRolePermissionByNodeId mutation.

input UpdateRolePermissionByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: RolePermissionPatch!
}

Fields

UpdateRolePermissionByNodeIdInput.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.

UpdateRolePermissionByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single RolePermission to be updated.

UpdateRolePermissionByNodeIdInput.patch ● RolePermissionPatch! non-null input

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

Member Of

updateRolePermissionByNodeId mutation