Skip to main content

UpdateWorkspaceAccountInput

All input for the updateWorkspaceAccount mutation.

input UpdateWorkspaceAccountInput {
clientMutationId: String
patch: WorkspaceAccountPatch!
id: String!
}

Fields

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

UpdateWorkspaceAccountInput.patch ● WorkspaceAccountPatch! non-null input

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

UpdateWorkspaceAccountInput.id ● String! non-null scalar

Member Of

updateWorkspaceAccount mutation