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
While I was trying Apollo Client's experimental support for defer, I find graphql-js v17.0.0-alpha.3(latest alpha) is not work with latest Apollo Client.
Because , as of that version, response result type of incremental value is changed and Apollo Client still expect path field and fails here
As @bignimbusmentioned on X, we do need to come up with solid way to support each spec updates.
In my opinion, since both graphql-js and Apollo Client are clearly in experimental state, backport is not always necessary