Skip to main content

UpdateWorkspacePlaceholderRolePayload

The output of our update WorkspacePlaceholderRole mutation.

type UpdateWorkspacePlaceholderRolePayload {
clientMutationId: String
workspacePlaceholderRole: WorkspacePlaceholderRole
query: Query
workspace: Workspace
workspacePlaceholderRoleEdge(
orderBy: [WorkspacePlaceholderRolesOrderBy!] = [PRIMARY_KEY_ASC]
): WorkspacePlaceholderRolesEdge
}

Fields

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

UpdateWorkspacePlaceholderRolePayload.workspacePlaceholderRole ● WorkspacePlaceholderRole object

The WorkspacePlaceholderRole that was updated by this mutation.

UpdateWorkspacePlaceholderRolePayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

UpdateWorkspacePlaceholderRolePayload.workspace ● Workspace object

Reads a single Workspace that is related to this WorkspacePlaceholderRole.

UpdateWorkspacePlaceholderRolePayload.workspacePlaceholderRoleEdge ● WorkspacePlaceholderRolesEdge object

An edge for our WorkspacePlaceholderRole. May be used by Relay 1.

UpdateWorkspacePlaceholderRolePayload.workspacePlaceholderRoleEdge.orderBy ● [WorkspacePlaceholderRolesOrderBy!] list enum

The method to use when ordering WorkspacePlaceholderRole.

Returned By

updateWorkspacePlaceholderRole mutation ● updateWorkspacePlaceholderRoleByNodeId mutation ● updateWorkspacePlaceholderRoleByWorkspaceIdAndInternalName mutation