DeleteWorkspacePlaceholderRolePayload
The output of our delete WorkspacePlaceholderRole mutation.
type DeleteWorkspacePlaceholderRolePayload {
clientMutationId: String
workspacePlaceholderRole: WorkspacePlaceholderRole
deletedWorkspacePlaceholderRoleNodeId: ID
query: Query
workspace: Workspace
workspacePlaceholderRoleEdge(
orderBy: [WorkspacePlaceholderRolesOrderBy!] = [PRIMARY_KEY_ASC]
): WorkspacePlaceholderRolesEdge
}
Fields
DeleteWorkspacePlaceholderRolePayload.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.
DeleteWorkspacePlaceholderRolePayload.workspacePlaceholderRole ● WorkspacePlaceholderRole object
The WorkspacePlaceholderRole that was deleted by this mutation.
DeleteWorkspacePlaceholderRolePayload.deletedWorkspacePlaceholderRoleNodeId ● ID scalar
DeleteWorkspacePlaceholderRolePayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
DeleteWorkspacePlaceholderRolePayload.workspace ● Workspace object
Reads a single Workspace that is related to this WorkspacePlaceholderRole.
DeleteWorkspacePlaceholderRolePayload.workspacePlaceholderRoleEdge ● WorkspacePlaceholderRolesEdge object
An edge for our WorkspacePlaceholderRole. May be used by Relay 1.
DeleteWorkspacePlaceholderRolePayload.workspacePlaceholderRoleEdge.orderBy ● [WorkspacePlaceholderRolesOrderBy!] list enum
The method to use when ordering WorkspacePlaceholderRole.
Returned By
deleteWorkspacePlaceholderRole mutation ● deleteWorkspacePlaceholderRoleByNodeId mutation ● deleteWorkspacePlaceholderRoleByWorkspaceIdAndInternalName mutation