Skip to main content

UpdateCustomViewByWorkspaceAccountIdAndSourceCustomViewIdInput

All input for the updateCustomViewByWorkspaceAccountIdAndSourceCustomViewId mutation.

input UpdateCustomViewByWorkspaceAccountIdAndSourceCustomViewIdInput {
clientMutationId: String
patch: CustomViewPatch!
workspaceAccountId: String!
sourceCustomViewId: String!
}

Fields

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

UpdateCustomViewByWorkspaceAccountIdAndSourceCustomViewIdInput.patch ● CustomViewPatch! non-null input

An object where the defined keys will be set on the CustomView being updated.

UpdateCustomViewByWorkspaceAccountIdAndSourceCustomViewIdInput.workspaceAccountId ● String! non-null scalar

UpdateCustomViewByWorkspaceAccountIdAndSourceCustomViewIdInput.sourceCustomViewId ● String! non-null scalar

Member Of

updateCustomViewByWorkspaceAccountIdAndSourceCustomViewId mutation