Skip to content

createCommentInput

Autogenerated input type of createComment

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of createComment
"""
input createCommentInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
content: String
entry_id: ID
is_reaction: Boolean
user_id: ID
}