Open
Description
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 @bignimbus mentioned 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