From a0fe80604ec52c77d311cac438528dccee339443 Mon Sep 17 00:00:00 2001 From: Max Heidinger Date: Fri, 27 Oct 2023 14:59:09 +0200 Subject: [PATCH] fix: fix graphql schema interpolation --- packages/bruno-electron/src/ipc/network/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/bruno-electron/src/ipc/network/index.js b/packages/bruno-electron/src/ipc/network/index.js index 7c37256e..dfb94f3f 100644 --- a/packages/bruno-electron/src/ipc/network/index.js +++ b/packages/bruno-electron/src/ipc/network/index.js @@ -582,6 +582,7 @@ const registerNetworkIpc = (mainWindow) => { scriptingConfig ); + interpolateVars(preparedRequest, envVars, collection.collectionVariables, processEnvVars); const axiosInstance = await configureRequest( collection.uid, preparedRequest,