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