Khan / genqlient

a truly type-safe Go GraphQL client
MIT License
1.07k stars 107 forks source link

Split `TestGenerateWithConfig` cases #281

Open benjaminjkraft opened 1 year ago

benjaminjkraft commented 1 year ago

When we run several queries against the same snapshot, we dump them all into one genqlient run. Would probably be clearer to do one run per query; this confused me for a bit while reviewing #280.