1
Fork 0
photoview/api/gqlgen.yml

25 lines
406 B
YAML
Raw Normal View History

2020-01-30 14:28:14 +01:00
# .gqlgen.yml example
#
# Refer to https://gqlgen.com/config/
# for detailed .gqlgen.yml documentation.
schema:
- graphql/schema.graphql
2020-02-01 00:08:23 +01:00
2020-01-30 14:28:14 +01:00
exec:
filename: graphql/generated.go
2020-02-01 00:08:23 +01:00
2020-01-30 14:28:14 +01:00
model:
2020-02-01 00:08:23 +01:00
filename: graphql/models/generated.go
package: models
2020-01-30 14:28:14 +01:00
resolver:
filename: graphql/resolver.go
type: Resolver
2020-02-01 00:08:23 +01:00
2020-01-30 14:28:14 +01:00
autobind: []
2020-02-01 00:08:23 +01:00
2020-01-31 23:30:34 +01:00
models:
User:
model: github.com/viktorstrate/photoview/api/graphql/models.User