CreateInternalCommentInput
Autogenerated input type of CreateInternalComment
Fields
Used By
Definition
"""Autogenerated input type of CreateInternalComment"""input CreateInternalCommentInput { """ 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!}