mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
feat: Add grapqhl in export to postman collection (#2386)
This commit is contained in:
parent
73ac969d35
commit
b63cf46734
@ -137,6 +137,11 @@ export const exportCollection = (collection) => {
|
||||
}
|
||||
}
|
||||
};
|
||||
case 'graphql':
|
||||
return {
|
||||
mode: 'graphql',
|
||||
graphql: body.graphql
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user