mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
core: add changelog for gql-tag change
This commit is contained in:
parent
adfe69cb6a
commit
9e87f405ed
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
### vNEXT
|
||||
|
||||
* `apollo-server-core`: **breaking** gql is exported from gql-tag and ApolloServer requires a DocumentNode [PR#1146](https://github.com/apollographql/apollo-server/pull/1146)
|
||||
* `apollo-server-core`: accept `Request` object in `runQuery` [PR#1108](https://github.com/apollographql/apollo-server/pull/1108)
|
||||
* `apollo-server-core`: move query parse into runQuery and no longer accept GraphQL AST over the wire [PR#1097](https://github.com/apollographql/apollo-server/pull/1097)
|
||||
* `apollo-server-core`: custom errors allow instanceof checks [PR#1074](https://github.com/apollographql/apollo-server/pull/1074)
|
||||
|
|
Loading…
Add table
Reference in a new issue