Skip to main content

UpdateCustomViewWorkspaceAccountByNodeIdInput

All input for the updateCustomViewWorkspaceAccountByNodeId mutation.

input UpdateCustomViewWorkspaceAccountByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: CustomViewWorkspaceAccountPatch!
}

Fields

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

UpdateCustomViewWorkspaceAccountByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single CustomViewWorkspaceAccount to be updated.

UpdateCustomViewWorkspaceAccountByNodeIdInput.patch ● CustomViewWorkspaceAccountPatch! non-null input

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

Member Of

updateCustomViewWorkspaceAccountByNodeId mutation