Skip to content

CreateInternalCommentInput

Autogenerated input type of CreateInternalComment

Fields

deprecated DO NOT USE
content · String! · required · The text content of the comment
commentable_id · ID! · required · The object that the comment is linked to
commentable_type · InternalCommentable! · required · the object that the comment is linked to

Used 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!
}