1.0.21 • Published 5 years ago
@norfield/graphql v1.0.21
@norfield/graphql
Apply
Apply Express middleware to use graphQL at the specified path
Parameters
appObject An express.js node applicationStringpath The url resource in which graphQL will be exposed (optional, default"graphql")
Examples
const express = require('express');
const app = express();
const UseGraphQL = require('@norfield/graphql');
...
UseGraphQL(app);Installation
Install this module individually:
$ npm install @norfield/graphqlOr install the Norfield module that includes it as:
$ npm install @norfield/norfield1.0.21
5 years ago
1.0.20
5 years ago
1.0.19
5 years ago
1.0.18
6 years ago
1.0.17
6 years ago
1.0.16
6 years ago
1.0.11
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago