Skip to content

createCommentInput

Autogenerated input type of createComment

Fields

entry_id · ID! · required

Used By

Definition

"""
Autogenerated input type of createComment
"""
input createCommentInput {
content: String
entry_id: ID!
is_reaction: Boolean
user_id: ID
}