graphql-comment

Comment System based on graphql compose

Installation

$ npm install graphql-comment

Development

  1. Run MongoDB:
$ docker run -d -p 27017:27017 mongo
  1. Run GraphQL server:
$ npm run dev