Khan / genqlient

a truly type-safe Go GraphQL client
MIT License
1.09k stars 113 forks source link

Add support for double-star globs #330

Closed benjaminjkraft closed 7 months ago

benjaminjkraft commented 7 months ago

It's really quite reasonable to want this to work -- you want to say to look for queries in pkg/**/*.graphql, or **/queries/*.graphql, or whatever. Now it does. I picked doublestar because it seemed a reasonable combination of popular and well-documented.

Fixes #167. Hopefully obsoletes #327.

I have: