UpdateGeneratedSummaryInput
Autogenerated input type of UpdateGeneratedSummary
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed 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!}