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