1.0.1 • Published 6 years ago

graphql-gatsby-express v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

graphql-gatsby-express

Install

npm install --save graphql-gatsby-express

Usage

const express = require('express');
const graphqlGatsby = require('graphql-gatsby-express'); // <-- add this line

const app = express();
const config = undefined; // Optional

graphqlGatsby.applyMiddleware({ app, config }); // <-- add this line

app.listen(3000);

Problems

Report problems to GitHub Issue Tracker

1.0.1

6 years ago

1.0.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago