createCommentInput
Autogenerated input type of createComment
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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}