1.1.3 • Published 1 year ago

@nanoexpress/middleware-graphql v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

graphql

graphql middleware for nanoexpress

Installation

npm i @nanoexpress/middleware-graphql
# or
yarn add @nanoexpress/middleware-graphql

Caveats

  • This middleware provides only HTTP bindings
  • For subscription support, please use graphql-ws

Example

See the examples directory

Usage

ESM Module

import graphql from '@nanoexpress/middleware-graphql';

app.post('/graphql', graphql(GraphQLSchema));

CJS Module

const graphql = require('@nanoexpress/middleware-graphql/cjs');

app.post('/graphql', graphql(GraphQLSchema));

Options

Please refer to here or here for more information

License

MIT

1.1.3

1 year ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago