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