Skip to content

UpdateGeneratedSummaryInput

Autogenerated input type of UpdateGeneratedSummary

Fields

deprecated DO NOT USE
id · ID! · required · ID of the generated summary
summary · String! · required · The edited summary text

Used By

Definition

"""
Autogenerated input type of UpdateGeneratedSummary
"""
input UpdateGeneratedSummaryInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the generated summary
"""
id: ID!
"""
The edited summary text
"""
summary: String!
}