upsertCustomViewByWorkspaceAccountIdAndSourceCustomViewIdInput
All input for the upsertCustomViewByWorkspaceAccountIdAndSourceCustomViewId mutation.
input upsertCustomViewByWorkspaceAccountIdAndSourceCustomViewIdInput {
clientMutationId: String
customView: CustomViewInput!
patch: CustomViewPatch!
}
Fields
upsertCustomViewByWorkspaceAccountIdAndSourceCustomViewIdInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
upsertCustomViewByWorkspaceAccountIdAndSourceCustomViewIdInput.customView ● CustomViewInput! non-null input
The CustomView to be created by this mutation.
upsertCustomViewByWorkspaceAccountIdAndSourceCustomViewIdInput.patch ● CustomViewPatch! non-null input
An object where the defined keys will be set on the CustomView being updated.
Member Of
upsertCustomViewByWorkspaceAccountIdAndSourceCustomViewId mutation