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