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 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?