mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-04 16:03:13 +00:00
18 lines
453 B
YAML
18 lines
453 B
YAML
targets:
|
|
$default:
|
|
builders:
|
|
graphql_codegen:
|
|
options:
|
|
scalars:
|
|
DateTime:
|
|
type: DateTime
|
|
fromJsonFunctionName: dateTimeFromJson
|
|
toJsonFunctionName: dateTimeToJson
|
|
import: package:selfprivacy/utils/scalars.dart
|
|
clients:
|
|
- graphql
|
|
json_serializable:
|
|
options:
|
|
create_factory: true
|
|
create_to_json: true
|