UpdateGeneratedSummaryPayload
Autogenerated return type of UpdateGeneratedSummary.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEgenerated_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]}