mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 04:05:42 +00:00
Added combined Vars for prepareGqlIntrospectionRequest for all interpolate
This commit is contained in:
@@ -3,9 +3,9 @@ const { interpolate } = require('@usebruno/common');
|
||||
const { getIntrospectionQuery } = require('graphql');
|
||||
const { setAuthHeaders } = require('./prepare-request');
|
||||
|
||||
const prepareGqlIntrospectionRequest = (endpoint, envVars, request, collectionRoot) => {
|
||||
const prepareGqlIntrospectionRequest = (endpoint, combinedVars, request, collectionRoot) => {
|
||||
if (endpoint && endpoint.length) {
|
||||
endpoint = interpolate(endpoint, envVars);
|
||||
endpoint = interpolate(endpoint, combinedVars);
|
||||
}
|
||||
|
||||
const queryParams = {
|
||||
|
||||
Reference in New Issue
Block a user