0.0.61 • Published 4 years ago

hardocs-graphql-api v0.0.61

Weekly downloads
-
License
GPLv2
Repository
-
Last release
4 years ago

Hardocs graphQL api module

An api in graphQL that enables to do the following mutation:

  1. Create a new project
  2. Create project from existing folder
  3. Saving files
  4. Deleting files
  5. Serving images

Usage

const { server } = require('hardocs-graphql-api');
server();