Skip to main content

SuggestionUpsertPayload

Autogenerated return type of SuggestionUpsert

type SuggestionUpsertPayload {
clientMutationId: String
errors: [UserError!]!
}

Fields

SuggestionUpsertPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

SuggestionUpsertPayload.errors ● [UserError!]! non-null object common

Errors related to user input

Returned by

aiConversationSuggestionUpsert mutation