# .gqlgen.yml example # # Refer to https://gqlgen.com/config/ # for detailed .gqlgen.yml documentation. schema: - graphql/schema.graphql exec: filename: graphql/generated.go model: filename: graphql/models/generated.go package: models resolver: filename: graphql/resolvers/root.go type: Resolver autobind: [] models: User: model: github.com/viktorstrate/photoview/api/graphql/models.User Photo: model: github.com/viktorstrate/photoview/api/graphql/models.Photo PhotoURL: model: github.com/viktorstrate/photoview/api/graphql/models.PhotoURL Album: model: github.com/viktorstrate/photoview/api/graphql/models.Album