mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
fix typo in README of Koa example (#1876)
* fix typo in README of Koa js example * docs: update changelog pr link * Update CHANGELOG.md
This commit is contained in:
parent
41f919ce94
commit
f2b345918a
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ app.listen({ port }, () =>
|
||||||
### Koa
|
### Koa
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const koa = require('koa');
|
const Koa = require('koa');
|
||||||
const { ApolloServer, gql } = require('apollo-server-koa');
|
const { ApolloServer, gql } = require('apollo-server-koa');
|
||||||
|
|
||||||
// Construct a schema, using GraphQL schema language
|
// Construct a schema, using GraphQL schema language
|
||||||
|
|
Loading…
Add table
Reference in a new issue