Files
probo/pkg/api/console/v1/gqlgen.yaml
gearnode f6e1e80202 Move to string to GID
Signed-off-by: gearnode <bryan@frimin.fr>
2025-01-23 17:29:16 +01:00

31 lines
603 B
YAML

schema: ["schema.graphql"]
exec:
filename: "schema/schema.go"
package: "schema"
model:
filename: "types/types.go"
package: "types"
resolver:
layout: "follow-schema"
dir: "."
package: "console_v1"
filename_template: "v1_resolver.go"
autobind: []
omit_panic_handler: true
call_argument_directives_with_null: true
models:
ID:
model:
- "github.com/getprobo/probo/pkg/api/console/v1/types.GIDScalar"
Datetime:
model:
- "github.com/99designs/gqlgen/graphql.Time"
CursorKey:
model:
- "github.com/getprobo/probo/pkg/api/console/v1/types.CursorKeyScalar"