@abtnode/gql

An express middleware that serves abtnode graphql server

Usage no npm install needed!

<script type="module">
  import abtnodeGql from 'https://cdn.skypack.dev/@abtnode/gql';
</script>

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));