hardocs-graphql-api
v0.0.61
Published
An API that allows to do mutations meant to be used in an electron app.
Downloads
13
Readme
Hardocs graphQL api module
An api in graphQL that enables to do the following mutation:
- Create a new project
- Create project from existing folder
- Saving files
- Deleting files
- Serving images
Usage
const { server } = require('hardocs-graphql-api');
server();