mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 12:45:38 +00:00
Updated handler fetch-gql-schema
This commit is contained in:
@@ -868,9 +868,7 @@ const registerNetworkIpc = (mainWindow) => {
|
||||
});
|
||||
|
||||
// handler for fetch-gql-schema
|
||||
ipcMain.handle('fetch-gql-schema', (event, endpoint, environment, _request, collection) => {
|
||||
return fetchGqlSchema(endpoint, environment, _request, collection);
|
||||
});
|
||||
ipcMain.handle('fetch-gql-schema', fetchGqlSchemaHandler)
|
||||
|
||||
ipcMain.handle(
|
||||
'renderer:run-collection-folder',
|
||||
|
||||
Reference in New Issue
Block a user