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
Plugin is great but it's not compatible with Apollo Server v4.
The new apollo server has a different approach to return data. The executeOperation would require the usage of response.body.singleResult (or incremental, although not sure who might want to use @defer with an introspection)
Effetively, this line should change. I can PR for that.
The text was updated successfully, but these errors were encountered:
Plugin is great but it's not compatible with Apollo Server v4.
The new apollo server has a different approach to return data. The
executeOperation
would require the usage ofresponse.body.singleResult
(or incremental, although not sure who might want to use@defer
with an introspection)Effetively, this line should change. I can PR for that.
The text was updated successfully, but these errors were encountered: