-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgqlgen.yml
More file actions
27 lines (22 loc) · 635 Bytes
/
gqlgen.yml
File metadata and controls
27 lines (22 loc) · 635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
schema:
- schema/schema.graphqls
exec:
filename: internal/interfaces/graphql/generated/exec.go
package: generated
model:
filename: internal/interfaces/graphql/models/models_gen.go
package: models
resolver:
layout: follow-schema
dir: internal/interfaces/graphql
package: graphql
filename_template: "{name}.resolvers.go"
models:
ID:
model:
- github.com/99designs/gqlgen/graphql.ID
- github.com/99designs/gqlgen/graphql.String
- github.com/99designs/gqlgen/graphql.Int
- github.com/99designs/gqlgen/graphql.Int64
- github.com/99designs/gqlgen/graphql.Int32
skip_validation: true