1.0.1 • Published 7 years ago

graphql-gatsby-express v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago