Escape-Technologies / graphman

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

Feat/add default values to variables #6

Closed nohehf closed 2 years ago

nohehf commented 2 years ago

This PR makes queries valid by default (in a GraphQL pov as defaults have no guarantee of being accepted by the server), and insomnia compliant.

nohehf commented 2 years ago

@notrab @c3b5aw You can review if you want, and we can correct it in a future mr