tstor/ui/build.yaml

19 lines
410 B
YAML
Raw Normal View History

2024-04-24 17:36:33 +00:00
targets:
$default:
builders:
graphql_codegen:
options:
2024-04-27 11:00:34 +00:00
generatedFileHeader: "// ignore_for_file: type=lint\n"
2024-04-24 17:36:33 +00:00
scalars:
URL:
type: String
ID:
type: String
DateTime:
type: DateTime
2024-08-15 08:23:44 +00:00
UInt:
type: int
2024-04-24 17:36:33 +00:00
clients:
- graphql
- graphql_flutter