Khan / genqlient

a truly type-safe Go GraphQL client
MIT License
1.02k stars 99 forks source link

Add support for double-star globs #330

Closed benjaminjkraft closed 3 months ago

benjaminjkraft commented 3 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: