UpdateInternalCommentInput
Autogenerated input type of UpdateInternalComment
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of UpdateInternalComment"""input UpdateInternalCommentInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The id of the comment to update """ id: ID!
""" The text content of the comment """ content: String!}