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