Closed codeflyer closed 2 years ago
Cleanup of the index file.
the stuff related to the gateway are moved in a separate file and the initialization is done with:
let gateway let lruGatewayResolvers if (opts.gateway) { lruGatewayResolvers = buildCache(opts) gateway = await initGateway(opts, fastifyGraphQl, app) schema = gateway.schema }
Further improvement are required but this is the first step required for the gateway extraction.
@simoneb @mcollina
Cleanup of the index file.
the stuff related to the gateway are moved in a separate file and the initialization is done with:
Further improvement are required but this is the first step required for the gateway extraction.
@simoneb @mcollina