Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in selection set equality checking (#5457)
This PR fixes a bug in selection set equality checking where it compares the schema and selection set's type when it shouldn't. Note that we encountered this bug when discovering that condition exclusion wasn't working as expected. With this bugfix, computing how to jump to each subgraph should be much faster when there are many subgraphs. Co-authored-by: Derek Kuc <dkuc@apollographql.com>
- Loading branch information