Skip to main content

UpdateWorkspacePayload

The output of our update Workspace mutation.

type UpdateWorkspacePayload {
clientMutationId: String
workspace: Workspace
query: Query
workspaceEdge(
orderBy: [WorkspacesOrderBy!] = [PRIMARY_KEY_ASC]
): WorkspacesEdge
}

Fields

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

UpdateWorkspacePayload.workspace ● Workspace object

The Workspace that was updated by this mutation.

UpdateWorkspacePayload.query ● Query object

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

UpdateWorkspacePayload.workspaceEdge ● WorkspacesEdge object

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

UpdateWorkspacePayload.workspaceEdge.orderBy ● [WorkspacesOrderBy!] list enum

The method to use when ordering Workspace.

Returned By

updateWorkspace mutation ● updateWorkspaceByNodeId mutation