mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Replace Cayley with SQLite3
This commit is contained in:
11
gqlgen.yml
11
gqlgen.yml
@ -42,13 +42,10 @@ omit_slice_element_pointers: true
|
||||
# The first line in each type will be used as defaults for resolver arguments and
|
||||
# modelgen, the others will be allowed when binding to fields. Configure them to
|
||||
# your liking
|
||||
# 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
|
||||
models:
|
||||
ID:
|
||||
model:
|
||||
- github.com/99designs/gqlgen/graphql.Int64
|
||||
# Int:
|
||||
# model:
|
||||
# - github.com/99designs/gqlgen/graphql.Int
|
||||
|
Reference in New Issue
Block a user