Skip to content

UpdateInternalCommentInput

Autogenerated input type of UpdateInternalComment

Fields

id · ID! · required · The id of the comment to update
content · String! · required · The text content of the comment

Used By

Definition

"""
Autogenerated input type of UpdateInternalComment
"""
input UpdateInternalCommentInput {
"""
The id of the comment to update
"""
id: ID!
"""
The text content of the comment
"""
content: String!
}