Skip to content

Commit

Permalink
feat: Add grapqhl in export to postman collection (usebruno#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
MouseEatsCat authored and Its-treason committed Aug 24, 2024
1 parent 2aa1886 commit 21d12be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/bruno-app/src/utils/exporters/postman-collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ export const exportCollection = (collection) => {
}
}
};
case 'graphql':
return {
mode: 'graphql',
graphql: body.graphql
};
}
};

Expand Down

0 comments on commit 21d12be

Please sign in to comment.