-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathbuild.yaml
34 lines (34 loc) · 1.11 KB
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
targets:
$default:
builders:
json_serializable:
options:
explicit_to_json: true
graphql_codegen:
options:
addTypenameExcludedPaths:
- subscription
outputDirectory: __generated__
clients:
- graphql
- graphql_flutter
scalars:
ISODateTime:
type: DateTime
JSON:
type: Map<String, dynamic>
Upload:
type: MultipartFile
fromJsonFunctionName: fileFromJson
toJsonFunctionName: fileToJson
import: package:tachidesk_sorayomi/src/utils/misc/scalars.dart
LongString:
type: String
fromJsonFunctionName: longStringFromJson
toJsonFunctionName: longStringToJson
import: package:tachidesk_sorayomi/src/utils/misc/scalars.dart
Cursor:
type: int
fromJsonFunctionName: cursorFromJson
toJsonFunctionName: cursorToJson
import: package:tachidesk_sorayomi/src/utils/misc/scalars.dart