diff --git a/.changeset/fifty-dodos-marry.md b/.changeset/fifty-dodos-marry.md index aec4dc48134..21b6149568e 100644 --- a/.changeset/fifty-dodos-marry.md +++ b/.changeset/fifty-dodos-marry.md @@ -8,4 +8,3 @@ Add `generateInternalResolversIfNeeded` option This option can be used to generate more correct types for internal resolvers. For example, only generate `__resolveReference` if the federation object has a resolvable `@key`. -In the future, this option can be extended to support other internal resolvers e.g. `__isTypeOf` is only generated for implementing types and union members.