UpdateWorkspaceAccountManagerInput
All input for the updateWorkspaceAccountManager mutation.
input UpdateWorkspaceAccountManagerInput {
clientMutationId: String
patch: WorkspaceAccountManagerPatch!
id: String!
}
Fields
UpdateWorkspaceAccountManagerInput.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.
UpdateWorkspaceAccountManagerInput.patch ● WorkspaceAccountManagerPatch! non-null input
An object where the defined keys will be set on the WorkspaceAccountManager being updated.
UpdateWorkspaceAccountManagerInput.id ● String! non-null scalar
Member Of
updateWorkspaceAccountManager mutation