mirror of https://github.com/statping/statping
32 lines
735 B
YAML
32 lines
735 B
YAML
![]() |
# .gqlgen.yml example
|
||
|
#
|
||
|
# Refer to https://gqlgen.com/config/
|
||
|
# for detailed .gqlgen.yml documentation.
|
||
|
|
||
|
schema:
|
||
|
- schema.graphql
|
||
|
exec:
|
||
|
filename: generated.go
|
||
|
model:
|
||
|
filename: models_gen.go
|
||
|
models:
|
||
|
Group:
|
||
|
model: github.com/hunterlong/statping/types.Group
|
||
|
Service:
|
||
|
model: github.com/hunterlong/statping/types.Service
|
||
|
User:
|
||
|
model: github.com/hunterlong/statping/types.User
|
||
|
Failure:
|
||
|
model: github.com/hunterlong/statping/types.Failure
|
||
|
Checkin:
|
||
|
model: github.com/hunterlong/statping/types.Checkin
|
||
|
CheckinHit:
|
||
|
model: github.com/hunterlong/statping/types.CheckinHit
|
||
|
ID:
|
||
|
model:
|
||
|
- github.com/99designs/gqlgen/graphql.Int64
|
||
|
struct_tag: json
|
||
|
resolver:
|
||
|
filename: resolver.go
|
||
|
type: Resolver
|