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.