18 lines
410 B
YAML
18 lines
410 B
YAML
targets:
|
|
$default:
|
|
builders:
|
|
graphql_codegen:
|
|
options:
|
|
generatedFileHeader: "// ignore_for_file: type=lint\n"
|
|
scalars:
|
|
URL:
|
|
type: String
|
|
ID:
|
|
type: String
|
|
DateTime:
|
|
type: DateTime
|
|
UInt:
|
|
type: int
|
|
clients:
|
|
- graphql
|
|
- graphql_flutter
|