diff --git a/index.js b/index.js index 9ab7108..c4c2c25 100644 --- a/index.js +++ b/index.js @@ -42,6 +42,7 @@ module.exports = async ({ ...integrationContext, ...contextConfig, req: integrationContext.req, + connection: integrationContext.connection, resolveSchema: (schameName) => { const remoteSchema = services.find(service => service.name === schameName) return remoteSchema.schema diff --git a/package.json b/package.json index 1769d0d..3c0ba2a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "gateway", "swagger" ], - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "author": { "name": "Ivan Martinez Pupo",