mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:09:05 +00:00
Start on graphql in go
This commit is contained in:
18
api/gqlgen.yml
Normal file
18
api/gqlgen.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
# .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_gen.go
|
||||
resolver:
|
||||
filename: graphql/resolver.go
|
||||
type: Resolver
|
||||
autobind: []
|
||||
# models:
|
||||
# Todo:
|
||||
# model: github.com/viktorstrate/photoview/api.Todo
|
||||
Reference in New Issue
Block a user