Skip to content

UpdateGeneratedSummaryPayload

Autogenerated return type of UpdateGeneratedSummary.

Fields

deprecated DO NOT USE
generated_summary · GeneratedSummary · The generated summary
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of UpdateGeneratedSummary.
"""
type UpdateGeneratedSummaryPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The generated summary
"""
generated_summary: GeneratedSummary
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}