16 lines
303 B
YAML
16 lines
303 B
YAML
|
targets:
|
||
|
$default:
|
||
|
builders:
|
||
|
graphql_codegen:
|
||
|
options:
|
||
|
scalars:
|
||
|
URL:
|
||
|
type: String
|
||
|
ID:
|
||
|
type: String
|
||
|
DateTime:
|
||
|
type: DateTime
|
||
|
clients:
|
||
|
- graphql
|
||
|
- graphql_flutter
|