allow multiple queries-files

This commit is contained in:
Ben Kraft
2021-04-01 12:29:24 -07:00
parent 10ae5ff5d8
commit ec6681e715
4 changed files with 49 additions and 20 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
# These are the defaults, and are just included to be explicit.
package: example
schema: schema.graphql
queries: queries.graphql
queries:
- queries.graphql
generated: generated.go
use_context: true