forked from emoss08/Trenova
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gqlgen.yml
47 lines (43 loc) · 1.51 KB
/
gqlgen.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
schema:
- ent.graphql
exec:
filename: graph/generated.go
package: graph
resolver:
layout: follow-schema
dir: .
autobind:
- "github.com/emoss08/trenova/ent"
- "github.com/emoss08/trenova/ent/businessunit"
- "github.com/emoss08/trenova/ent/organization"
- "github.com/emoss08/trenova/ent/accountingcontrol"
- "github.com/emoss08/trenova/ent/dispatchcontrol"
- "github.com/emoss08/trenova/ent/feasibilitytoolcontrol"
- "github.com/emoss08/trenova/ent/invoicecontrol"
- "github.com/emoss08/trenova/ent/routecontrol"
- "github.com/emoss08/trenova/ent/shipmentcontrol"
- "github.com/emoss08/trenova/ent/generalledgeraccount"
- "github.com/emoss08/trenova/ent/hazardousmaterial"
- "github.com/emoss08/trenova/ent/user"
- "github.com/emoss08/trenova/ent/commodity"
models:
ID:
model:
- github.com/99designs/gqlgen/graphql.ID
- github.com/99designs/gqlgen/graphql.Int
- github.com/99designs/gqlgen/graphql.Int64
- github.com/99designs/gqlgen/graphql.Int32
- github.com/99designs/gqlgen/graphql.String
- github.com/99designs/gqlgen/graphql.Float
- github.com/99designs/gqlgen/graphql.Boolean
- github.com/99designs/gqlgen/graphql.Time
- github.com/99designs/gqlgen/graphql.Map
- github.com/99designs/gqlgen/graphql.UUID
Int:
model:
- github.com/99designs/gqlgen/graphql.Int
- github.com/99designs/gqlgen/graphql.Int64
- github.com/99designs/gqlgen/graphql.Int32
Node:
model:
- github.com/emoss08/trenova/ent.Noder