Skip to content

UpdateInternalCommentInput

Autogenerated input type of UpdateInternalComment

Fields

deprecated DO NOT USE
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 {
"""
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!
}