apollographql / persistgraphql

A build tool for GraphQL projects.
MIT License
425 stars 57 forks source link

Support glob syntax [feature request] #57

Open azaslavsky opened 6 years ago

azaslavsky commented 6 years ago
persistgraphql "/(!node_modules)/*.graphql" output.json

It feels like the above should work. Otherwise persistgraphql needs to be run multiple times for each desired directory, with the results being composed later.