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
Current examples for integration with apollo-server are provided for Apollo server v3.
For integration with the v3 the executor constructor option is used.
The docs suggests passing the executor via the gateway constructor option, however this option is supposed to be used for federated solutions, which is not always the case.
Is there any recommended/tested way to integrate graphql-jit with the Apollo server v4? Probably via some Apollo plugin?
The text was updated successfully, but these errors were encountered:
Thank you for bringing the issue to our attention. Unfortunately we maintainers are not aware of the changes and do not use GraphQL-JIT with Apollo server. We will not have the required time to look into this at the moment, but we would be happy to get community contribution to resolve this.
@abenhamdine the example in the doc is not complete, there is 1 more trick needed to set a schema for non-federated case (comment, example).
However to me it looks like a hacky workaround, from the doc it's clear that gateway is supposed to be used for federated solutions.
Current examples for integration with
apollo-server
are provided for Apollo server v3.For integration with the v3 the
executor
constructor option is used.However in Apollo v4, there is no longer an executor constructor option.
The docs suggests passing the
executor
via thegateway
constructor option, however this option is supposed to be used for federated solutions, which is not always the case.Is there any recommended/tested way to integrate
graphql-jit
with the Apollo server v4? Probably via some Apollo plugin?The text was updated successfully, but these errors were encountered: