Renamed fetchGqlSchema to fetchGqlSchemaHandler

This commit is contained in:
devendra-bruno
2025-05-26 16:38:09 +05:30
parent c293ceefcf
commit 91397eaf57

View File

@@ -1327,4 +1327,4 @@ const registerNetworkIpc = (mainWindow) => {
module.exports = registerNetworkIpc;
module.exports.configureRequest = configureRequest;
module.exports.getCertsAndProxyConfig = getCertsAndProxyConfig;
module.exports.fetchGqlSchema = fetchGqlSchema;
module.exports.fetchGqlSchemaHandler = fetchGqlSchemaHandler;