Skip to content

createCommentInput

Autogenerated input type of createComment

Fields

deprecated DO NOT USE
entry_id · ID! · required

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
}