Skip to main content

UpdateWorkspaceAccountByWorkspaceIdAndAccountIdInput

All input for the updateWorkspaceAccountByWorkspaceIdAndAccountId mutation.

input UpdateWorkspaceAccountByWorkspaceIdAndAccountIdInput {
clientMutationId: String
patch: WorkspaceAccountPatch!
workspaceId: String!
accountId: String!
}

Fields

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

UpdateWorkspaceAccountByWorkspaceIdAndAccountIdInput.patch ● WorkspaceAccountPatch! non-null input

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

UpdateWorkspaceAccountByWorkspaceIdAndAccountIdInput.workspaceId ● String! non-null scalar

UpdateWorkspaceAccountByWorkspaceIdAndAccountIdInput.accountId ● String! non-null scalar

Member Of

updateWorkspaceAccountByWorkspaceIdAndAccountId mutation