OBJECT
CommentSerializerMutation
DRF serializer based Mutation for Comment
link GraphQL Schema definition
- type CommentSerializerMutation {
- : CommentType
- # Boolean field that return mutation result request.
- : Boolean
- # Errors list for the field
- : [ErrorType]
- }