UpdateCustomViewInput
All input for the updateCustomView mutation.
input UpdateCustomViewInput {
clientMutationId: String
patch: CustomViewPatch!
id: String!
}
Fields
UpdateCustomViewInput.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.
UpdateCustomViewInput.patch ● CustomViewPatch! non-null input
An object where the defined keys will be set on the CustomView being updated.
UpdateCustomViewInput.id ● String! non-null scalar
Member Of
updateCustomView mutation