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?