Escape-Technologies / graphman

Quikly scaffold a postman collection for a GraphQL API. Compatible with Postman & Insomnia.
MIT License
240 stars 12 forks source link

Feat: authorization header support through flag #16

Closed nohehf closed 1 year ago

nohehf commented 1 year ago

Based on #9 but the token is passed through a flag rather than in an interactive prompt. Thx to @lucerowb for the changes.

lucerowb commented 1 year ago

Awesome 😎