This package has been deprecated

Author message:

No

@norfield/graphql

1.0.21 • Public • Published

@norfield/graphql

Apply

Apply Express middleware to use graphQL at the specified path

Parameters

  • app Object An express.js node application
  • String path 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/graphql

Or install the Norfield module that includes it as:

$ npm install @norfield/norfield

Readme

Keywords

Package Sidebar

Install

npm i @norfield/graphql

Weekly Downloads

1

Version

1.0.21

License

MIT

Unpacked Size

3.4 kB

Total Files

6

Last publish

Collaborators

  • br1252
  • chris-morse-sebrell
  • johnndp
  • kileyndp
  • rjfrantzjr
  • jon-camuso-ndp
  • dougndp