UpdateCustomViewWorkspaceAccountPayload
The output of our update CustomViewWorkspaceAccount mutation.
type UpdateCustomViewWorkspaceAccountPayload {
clientMutationId: String
customViewWorkspaceAccount: CustomViewWorkspaceAccount
query: Query
workspaceAccount: WorkspaceAccount
customView: CustomView
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
customViewWorkspaceAccountEdge(
orderBy: [CustomViewWorkspaceAccountsOrderBy!] = [PRIMARY_KEY_ASC]
): CustomViewWorkspaceAccountsEdge
}
Fields
UpdateCustomViewWorkspaceAccountPayload.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.
UpdateCustomViewWorkspaceAccountPayload.customViewWorkspaceAccount ● CustomViewWorkspaceAccount object
The CustomViewWorkspaceAccount that was updated by this mutation.
UpdateCustomViewWorkspaceAccountPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateCustomViewWorkspaceAccountPayload.workspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this CustomViewWorkspaceAccount.
UpdateCustomViewWorkspaceAccountPayload.customView ● CustomView object
Reads a single CustomView that is related to this CustomViewWorkspaceAccount.
UpdateCustomViewWorkspaceAccountPayload.workspace ● Workspace object
Reads a single Workspace that is related to this CustomViewWorkspaceAccount.
UpdateCustomViewWorkspaceAccountPayload.createdByWorkspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this CustomViewWorkspaceAccount.
UpdateCustomViewWorkspaceAccountPayload.customViewWorkspaceAccountEdge ● CustomViewWorkspaceAccountsEdge object
An edge for our CustomViewWorkspaceAccount. May be used by Relay 1.
UpdateCustomViewWorkspaceAccountPayload.customViewWorkspaceAccountEdge.orderBy ● [CustomViewWorkspaceAccountsOrderBy!] list enum
The method to use when ordering CustomViewWorkspaceAccount.
Returned By
updateCustomViewWorkspaceAccount mutation ● updateCustomViewWorkspaceAccountByNodeId mutation ● updateCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountId mutation