DeleteRolePermissionPayload
The output of our delete RolePermission mutation.
type DeleteRolePermissionPayload {
clientMutationId: String
rolePermission: RolePermission
deletedRolePermissionNodeId: ID
query: Query
rolePermissionEdge(
orderBy: [RolePermissionsOrderBy!] = [PRIMARY_KEY_ASC]
): RolePermissionsEdge
}
Fields
DeleteRolePermissionPayload.clientMutationId ● String scalar
The exact same clientMutationId that was provided in the mutation input,
unchanged and unused. May be used by a client to track mutations.
DeleteRolePermissionPayload.rolePermission ● RolePermission object
The RolePermission that was deleted by this mutation.
DeleteRolePermissionPayload.deletedRolePermissionNodeId ● ID scalar
DeleteRolePermissionPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
DeleteRolePermissionPayload.rolePermissionEdge ● RolePermissionsEdge object
An edge for our RolePermission. May be used by Relay 1.
DeleteRolePermissionPayload.rolePermissionEdge.orderBy ● [RolePermissionsOrderBy!] list enum
The method to use when ordering RolePermission.
Returned By
deleteRolePermission mutation ● deleteRolePermissionByNodeId mutation