OBJECT

CommentSerializerMutation

DRF serializer based Mutation for Comment

link GraphQL Schema definition

  • type CommentSerializerMutation {
  • comment: CommentType
  • # Boolean field that return mutation result request.
  • ok: Boolean
  • # Errors list for the field
  • errors: [ErrorType]
  • }