mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
Use right naming for ZEIT
This commit is contained in:
parent
4b07e7d9f8
commit
3cd6f390f4
1 changed files with 2 additions and 2 deletions
|
@ -166,9 +166,9 @@ var server = require("graphql-server-lambda");
|
||||||
exports.handler = server.graphqlLambda({ schema: myGraphQLSchema });
|
exports.handler = server.graphqlLambda({ schema: myGraphQLSchema });
|
||||||
```
|
```
|
||||||
|
|
||||||
### Zeit Micro
|
### ZEIT Micro
|
||||||
|
|
||||||
Micro function requires the micro module
|
Requires the [micro](github.com/zeit/micro) module
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const server = require("graphql-server-micro");
|
const server = require("graphql-server-micro");
|
||||||
|
|
Loading…
Add table
Reference in a new issue