Skip to main content

UpdateDiscussionWorkspaceAccountByNodeIdInput

All input for the updateDiscussionWorkspaceAccountByNodeId mutation.

input UpdateDiscussionWorkspaceAccountByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: DiscussionWorkspaceAccountPatch!
}

Fields

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

UpdateDiscussionWorkspaceAccountByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateDiscussionWorkspaceAccountByNodeIdInput.patch ● DiscussionWorkspaceAccountPatch! non-null input

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

Member Of

updateDiscussionWorkspaceAccountByNodeId mutation