CreateCommentInput
No description
input CreateCommentInput {
commentableType: CommentableType!
commentableId: UUID!
text: String!
parentCommentId: UUID
language: String
}
Fields
CreateCommentInput.commentableType ● CommentableType! non-null enum
CreateCommentInput.commentableId ● UUID! non-null scalar
CreateCommentInput.text ● String! non-null scalar
CreateCommentInput.parentCommentId ● UUID scalar
CreateCommentInput.language ● String scalar
Member Of
addComment mutation