graphql-comment
v0.0.8
Published
Comment System based on graphql compose
Readme
graphql-comment
Comment System based on graphql compose
Installation
$ npm install graphql-commentDevelopment
- Run MongoDB:
$ docker run -d -p 27017:27017 mongo- Run GraphQL server:
$ npm run dev