UpdateCustomViewByNodeIdInput
All input for the updateCustomViewByNodeId mutation.
input UpdateCustomViewByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: CustomViewPatch!
}
Fields
UpdateCustomViewByNodeIdInput.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.
UpdateCustomViewByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single CustomView to be updated.
UpdateCustomViewByNodeIdInput.patch ● CustomViewPatch! non-null input
An object where the defined keys will be set on the CustomView being updated.
Member Of
updateCustomViewByNodeId mutation