@abtnode/gql
v1.6.4
Published
An express middleware that serves abtnode graphql server
Downloads
466
Readme
ABT Node GQL Server
API Layer built on the core state management library of ABT Node, works with express.
Usage
yarn add @abtnode/gql
Then:
const express = require('express');
const gql = require('@abtnode/gql');
const app = express();
app.use('/api/gql', gql(node));