DeleteWorkspaceAccountRolePayload
The output of our delete WorkspaceAccountRole mutation.
type DeleteWorkspaceAccountRolePayload {
clientMutationId: String
workspaceAccountRole: WorkspaceAccountRole
deletedWorkspaceAccountRoleNodeId: ID
query: Query
workspaceAccountRoleEdge(
orderBy: [WorkspaceAccountRolesOrderBy!] = [PRIMARY_KEY_ASC]
): WorkspaceAccountRolesEdge
}
Fields
DeleteWorkspaceAccountRolePayload.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.
DeleteWorkspaceAccountRolePayload.workspaceAccountRole ● WorkspaceAccountRole object
The WorkspaceAccountRole that was deleted by this mutation.
DeleteWorkspaceAccountRolePayload.deletedWorkspaceAccountRoleNodeId ● ID scalar
DeleteWorkspaceAccountRolePayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
DeleteWorkspaceAccountRolePayload.workspaceAccountRoleEdge ● WorkspaceAccountRolesEdge object
An edge for our WorkspaceAccountRole. May be used by Relay 1.
DeleteWorkspaceAccountRolePayload.workspaceAccountRoleEdge.orderBy ● [WorkspaceAccountRolesOrderBy!] list enum
The method to use when ordering WorkspaceAccountRole.
Returned By
deleteWorkspaceAccountRole mutation ● deleteWorkspaceAccountRoleByNodeId mutation