Skip to content

Commit

Permalink
add this change to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxiangfei2009 committed Jun 23, 2022
1 parent c7dbac4 commit 08e014b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEXT_CHANGELOG.md
Expand Up @@ -262,6 +262,11 @@ By [@garypen](https://github.com/garypen) in https://github.com/apollographql/ro

## 馃悰 Fixes

### Restrict static introspection to only `__schema` and `__type` ([PR #1299](https://github.com/apollographql/router/pull/1299))
Queries with selected field names starting with `__` are recognized as introspection queries. This includes `__schema`, `__type` and `__typename`. However, `__typename` is introspection at query time which is different from `__schema` and `__type` because two of the later can be answered with queries with empty input variables. This change will restrict introspection to only `__schema` and `__type`.

By [@dingxiangfei2009](https://github.com/dingxiangfei2009) in https://github.com/apollographql/router/pull/1299

### Fix scaffold support ([PR #1293](https://github.com/apollographql/router/pull/1293))

By [@garypen](https://github.com/garypen) in https://github.com/apollographql/router/pull/1293
Expand Down

0 comments on commit 08e014b

Please sign in to comment.