Skip to main content

upsertCustomViewByIdInput

All input for the upsertCustomViewById mutation.

input upsertCustomViewByIdInput {
clientMutationId: String
customView: CustomViewInput!
patch: CustomViewPatch!
}

Fields

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

upsertCustomViewByIdInput.customView ● CustomViewInput! non-null input

The CustomView to be created by this mutation.

upsertCustomViewByIdInput.patch ● CustomViewPatch! non-null input

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

Member Of

upsertCustomViewById mutation