You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
avoid re-visiting deferred fragment spreads (#4462)
This PR changes the fragment spread visiting logic to avoid re-visiting fragment spreads in additional cases.
Previously, fragment spreads that have been visited in a non-deferred capacity were not revisited, but fragment spreads that had been visited in a deferred capacity could be revisited.
This PR updates the logic so that fragment spreads that had been visited in a deferred capacity are not revisited in a deferred capacity.
See: graphql/graphql-spec#1045 (comment)
0 commit comments