CreateInternalCommentInput
Autogenerated input type of CreateInternalComment
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of CreateInternalComment"""input CreateInternalCommentInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The text content of the comment """ content: String!
""" The object that the comment is linked to """ commentable_id: ID!
""" the object that the comment is linked to """ commentable_type: InternalCommentable!}