Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbelsole committed May 18, 2019
1 parent e32c82b commit 39db147
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/content/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ schema: schema.graphql
schema:
- schema.graphql
- user.graphql

# Or you can use globs
schema:
schema:
- "*.graphql"


# Or globs from a root directory
schema:
- "schema/**/*.graphql"

# Let gqlgen know where to put the generated server
exec:
filename: graph/generated/generated.go
Expand Down

0 comments on commit 39db147

Please sign in to comment.