Skip to main content

DeleteRolePermissionByNodeIdInput

All input for the deleteRolePermissionByNodeId mutation.

input DeleteRolePermissionByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteRolePermissionByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteRolePermissionByNodeId mutation