From 1a0a445271086ebfd479d697581cd75c186f104e Mon Sep 17 00:00:00 2001 From: Christian Budde Christensen Date: Sun, 19 Nov 2023 09:47:50 +0000 Subject: [PATCH] feat: Update versions --- .../example/lib/fragments.graphql.dart | 4 + .../example/lib/main.graphql.dart | 21 + .../example/lib/schema.graphqls.dart | 5 + packages/graphql_codegen/example/pubspec.lock | 20 +- packages/graphql_codegen/pubspec.lock | 24 +- packages/graphql_codegen/pubspec.yaml | 2 +- .../assets/add_typenames/schema.graphql.dart | 8 + .../condition_example/fragments.graphql.dart | 6 + .../condition_example/query.graphql.dart | 2 + .../assets/copy_with/document.graphql.dart | 6 + .../duplicate_names/document.graphql.dart | 6 + .../test/assets/extends/document.graphql.dart | 5 + .../test/assets/first_test/a.graphql.dart | 2 + .../fragment_and_field/document.graphql.dart | 2 + .../schema.graphql.dart | 12 + .../fragment_imports/document2.graphql.dart | 2 + .../fragment_override/document.graphql.dart | 8 + .../fragment_variables/document.graphql.dart | 22 + .../fragment_variables_2/schema.graphql.dart | 6 + .../document.graphql.dart | 6 + .../document.graphql.dart | 18 + .../document.graphql.dart | 8 + .../graphql_client/document.graphql.dart | 16 +- .../document.graphql.dart | 2 + .../document.graphql.dart | 6 +- .../document.graphql.dart | 2 + .../document.graphql.dart | 2 + .../document.graphql.dart | 2 + .../schema.graphql.dart | 10 + .../document.graphql.dart | 2 + .../document.graphql.dart | 7 + .../assets/include_skip/document.graphql.dart | 2 + .../test/assets/input/input.graphql.dart | 20 + .../query.graphql.dart | 8 + .../document.graphql.dart | 17 + .../document.graphql.dart | 28 + .../assets/issue_158/document.graphql.dart | 2 + .../assets/issue_160/document.graphql.dart | 9 + .../test/assets/issue_168/schema.graphql.dart | 13 + .../test/assets/issue_179/schema.graphql.dart | 1624 +++++++++++++++++ .../assets/issue_181/document.graphql.dart | 5 + .../assets/issue_192/document.graphql.dart | 2 + .../assets/issue_206/document.graphql.dart | 10 + .../assets/issue_239/document.graphql.dart | 3 + .../assets/issue_288/document.graphql.dart | 12 + .../assets/issue_293/document.graphql.dart | 21 + .../assets/issue_309/document.graphql.dart | 18 + .../lots_of_fragments/document.graphql.dart | 2 + .../multiple_interfaces/document.graphql.dart | 2 + .../document.graphql.dart | 20 + .../mutation.graphql.dart | 2 + .../test/assets/scopes/a.query.graphql.dart | 2 + .../test/assets/scopes/b.query.graphql.dart | 2 + .../string_input_bug/document.graphql.dart | 3 + .../test/assets/unions/document.graphql.dart | 2 + .../test/assets/variables/schema.graphql.dart | 5 + .../assets/variables/variables.graphql.dart | 4 + .../when_extensions/document.graphql.dart | 2 + packages/graphql_switch/example/pubspec.lock | 12 +- packages/graphql_switch/pubspec.lock | 12 +- packages/graphql_switch/pubspec.yaml | 2 +- 61 files changed, 2086 insertions(+), 24 deletions(-) diff --git a/packages/graphql_codegen/example/lib/fragments.graphql.dart b/packages/graphql_codegen/example/lib/fragments.graphql.dart index 5ac9a50e..ed413454 100644 --- a/packages/graphql_codegen/example/lib/fragments.graphql.dart +++ b/packages/graphql_codegen/example/lib/fragments.graphql.dart @@ -294,6 +294,7 @@ class _CopyWithImpl$Fragment$PersonSummary ? _instance.$__typename : ($__typename as String), )); + TRes parents( Iterable? Function( Iterable< @@ -305,6 +306,7 @@ class _CopyWithImpl$Fragment$PersonSummary e, (i) => i, )))?.toList()); + CopyWith$Fragment$PersonParent get favParent { final local$favParent = _instance.favParent; return local$favParent == null @@ -331,7 +333,9 @@ class _CopyWithStubImpl$Fragment$PersonSummary String? $__typename, }) => _res; + parents(_fn) => _res; + CopyWith$Fragment$PersonParent get favParent => CopyWith$Fragment$PersonParent.stub(_res); } diff --git a/packages/graphql_codegen/example/lib/main.graphql.dart b/packages/graphql_codegen/example/lib/main.graphql.dart index 99f5eb66..6e03b884 100644 --- a/packages/graphql_codegen/example/lib/main.graphql.dart +++ b/packages/graphql_codegen/example/lib/main.graphql.dart @@ -24,6 +24,7 @@ class Variables$Query$FetchPerson { Map _$data; String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; final l$id = id; @@ -36,6 +37,7 @@ class Variables$Query$FetchPerson { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -212,6 +214,7 @@ class _CopyWithImpl$Query$FetchPerson ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$FetchPerson$fetchPerson get fetchPerson { final local$fetchPerson = _instance.fetchPerson; return local$fetchPerson == null @@ -232,6 +235,7 @@ class _CopyWithStubImpl$Query$FetchPerson String? $__typename, }) => _res; + CopyWith$Query$FetchPerson$fetchPerson get fetchPerson => CopyWith$Query$FetchPerson$fetchPerson.stub(_res); } @@ -811,6 +815,7 @@ class _CopyWithImpl$Query$FetchPerson$fetchPerson ? _instance.children : (children as List?), )); + TRes parents( Iterable? Function( Iterable< @@ -823,6 +828,7 @@ class _CopyWithImpl$Query$FetchPerson$fetchPerson e, (i) => i, )))?.toList()); + CopyWith$Fragment$PersonParent get favParent { final local$favParent = _instance.favParent; return local$favParent == null @@ -862,9 +868,12 @@ class _CopyWithStubImpl$Query$FetchPerson$fetchPerson List? children, }) => _res; + parents(_fn) => _res; + CopyWith$Fragment$PersonParent get favParent => CopyWith$Fragment$PersonParent.stub(_res); + children(_fn) => _res; } @@ -1164,6 +1173,7 @@ class _CopyWithImpl$Query$FetchPerson$fetchPerson$parents ? _instance.favParent : (favParent as Fragment$PersonParent?), )); + TRes parents( Iterable? Function( Iterable< @@ -1175,6 +1185,7 @@ class _CopyWithImpl$Query$FetchPerson$fetchPerson$parents e, (i) => i, )))?.toList()); + CopyWith$Fragment$PersonParent get favParent { final local$favParent = _instance.favParent; return local$favParent == null @@ -1201,7 +1212,9 @@ class _CopyWithStubImpl$Query$FetchPerson$fetchPerson$parents Fragment$PersonParent? favParent, }) => _res; + parents(_fn) => _res; + CopyWith$Fragment$PersonParent get favParent => CopyWith$Fragment$PersonParent.stub(_res); } @@ -1224,6 +1237,7 @@ class Variables$Mutation$UpdatePerson { Map _$data; String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; final l$id = id; @@ -1236,6 +1250,7 @@ class Variables$Mutation$UpdatePerson { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1413,6 +1428,7 @@ class _CopyWithImpl$Mutation$UpdatePerson ? _instance.$__typename : ($__typename as String), )); + CopyWith$Mutation$UpdatePerson$updatePerson get updatePerson { final local$updatePerson = _instance.updatePerson; return local$updatePerson == null @@ -1433,6 +1449,7 @@ class _CopyWithStubImpl$Mutation$UpdatePerson String? $__typename, }) => _res; + CopyWith$Mutation$UpdatePerson$updatePerson get updatePerson => CopyWith$Mutation$UpdatePerson$updatePerson.stub(_res); } @@ -1847,6 +1864,7 @@ class Variables$Subscription$WatchPerson { Map _$data; String? get id => (_$data['id'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('id')) { @@ -1862,6 +1880,7 @@ class Variables$Subscription$WatchPerson { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -2044,6 +2063,7 @@ class _CopyWithImpl$Subscription$WatchPerson ? _instance.$__typename : ($__typename as String), )); + CopyWith$Subscription$WatchPerson$watchPerson get watchPerson { final local$watchPerson = _instance.watchPerson; return local$watchPerson == null @@ -2064,6 +2084,7 @@ class _CopyWithStubImpl$Subscription$WatchPerson String? $__typename, }) => _res; + CopyWith$Subscription$WatchPerson$watchPerson get watchPerson => CopyWith$Subscription$WatchPerson$watchPerson.stub(_res); } diff --git a/packages/graphql_codegen/example/lib/schema.graphqls.dart b/packages/graphql_codegen/example/lib/schema.graphqls.dart index 9ac468e9..03a1ba37 100644 --- a/packages/graphql_codegen/example/lib/schema.graphqls.dart +++ b/packages/graphql_codegen/example/lib/schema.graphqls.dart @@ -36,9 +36,13 @@ class Input$UpdatePersonInput { Map _$data; String get id => (_$data['id'] as String); + String? get full_name => (_$data['full_name'] as String?); + String? get nickname => (_$data['nickname'] as String?); + String? get website => (_$data['website'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -63,6 +67,7 @@ class Input$UpdatePersonInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/example/pubspec.lock b/packages/graphql_codegen/example/pubspec.lock index 522f4775..898aede4 100644 --- a/packages/graphql_codegen/example/pubspec.lock +++ b/packages/graphql_codegen/example/pubspec.lock @@ -5,18 +5,18 @@ packages: dependency: transitive description: name: _fe_analyzer_shared - sha256: ae92f5d747aee634b87f89d9946000c2de774be1d6ac3e58268224348cd0101a + sha256: eb376e9acf6938204f90eb3b1f00b578640d3188b4c8a8ec054f9f479af8d051 url: "https://pub.dev" source: hosted - version: "61.0.0" + version: "64.0.0" analyzer: dependency: transitive description: name: analyzer - sha256: ea3d8652bda62982addfd92fdc2d0214e5f82e43325104990d4f4c4a2a313562 + sha256: "69f54f967773f6c26c7dcb13e93d7ccee8b17a641689da39e878d5cf13b06893" url: "https://pub.dev" source: hosted - version: "5.13.0" + version: "6.2.0" args: dependency: transitive description: @@ -263,10 +263,10 @@ packages: dependency: transitive description: name: gql_code_builder - sha256: "6e386a85f5d91daae82915337f566a43dfeb0a0df38caa372387fbc07d31b8c1" + sha256: b70e17fe62af58c3a9a3dfd619bf0b07ca15afe4d285001fbcd0852a40538401 url: "https://pub.dev" source: hosted - version: "0.7.2" + version: "0.9.1+1" gql_dedupe_link: dependency: transitive description: @@ -315,6 +315,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.0" + gql_tristate_value: + dependency: transitive + description: + name: gql_tristate_value + sha256: ae045e7e272fbfd030084315140c683c9b032a9861a37165f68c2ecd8a759664 + url: "https://pub.dev" + source: hosted + version: "1.0.0" graphql: dependency: "direct main" description: diff --git a/packages/graphql_codegen/pubspec.lock b/packages/graphql_codegen/pubspec.lock index f14137b3..dc5db352 100644 --- a/packages/graphql_codegen/pubspec.lock +++ b/packages/graphql_codegen/pubspec.lock @@ -5,18 +5,18 @@ packages: dependency: transitive description: name: _fe_analyzer_shared - sha256: ae92f5d747aee634b87f89d9946000c2de774be1d6ac3e58268224348cd0101a + sha256: "36a321c3d2cbe01cbcb3540a87b8843846e0206df3e691fa7b23e19e78de6d49" url: "https://pub.dev" source: hosted - version: "61.0.0" + version: "65.0.0" analyzer: dependency: transitive description: name: analyzer - sha256: ea3d8652bda62982addfd92fdc2d0214e5f82e43325104990d4f4c4a2a313562 + sha256: dfe03b90ec022450e22513b5e5ca1f01c0c01de9c3fba2f7fd233cb57a6b9a07 url: "https://pub.dev" source: hosted - version: "5.13.0" + version: "6.3.0" args: dependency: transitive description: @@ -173,10 +173,10 @@ packages: dependency: "direct main" description: name: dart_style - sha256: "1efa911ca7086affd35f463ca2fc1799584fb6aa89883cf0af8e3664d6a02d55" + sha256: "40ae61a5d43feea6d24bd22c0537a6629db858963b99b4bc1c3db80676f32368" url: "https://pub.dev" source: hosted - version: "2.3.2" + version: "2.3.4" file: dependency: transitive description: @@ -221,10 +221,10 @@ packages: dependency: "direct main" description: name: gql_code_builder - sha256: "6e386a85f5d91daae82915337f566a43dfeb0a0df38caa372387fbc07d31b8c1" + sha256: b70e17fe62af58c3a9a3dfd619bf0b07ca15afe4d285001fbcd0852a40538401 url: "https://pub.dev" source: hosted - version: "0.7.2" + version: "0.9.1+1" gql_dedupe_link: dependency: transitive description: @@ -273,6 +273,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.0" + gql_tristate_value: + dependency: transitive + description: + name: gql_tristate_value + sha256: ae045e7e272fbfd030084315140c683c9b032a9861a37165f68c2ecd8a759664 + url: "https://pub.dev" + source: hosted + version: "1.0.0" graphql: dependency: "direct dev" description: diff --git a/packages/graphql_codegen/pubspec.yaml b/packages/graphql_codegen/pubspec.yaml index c93cc00f..a84352e4 100644 --- a/packages/graphql_codegen/pubspec.yaml +++ b/packages/graphql_codegen/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: dart_style: ^2.0.1 built_collection: ^5.0.0 path: ^1.8.0 - gql_code_builder: ^0.7.1 + gql_code_builder: ^0.9.0 recase: ^4.0.0 json_annotation: ^4.8.0 dev_dependencies: diff --git a/packages/graphql_codegen/test/assets/add_typenames/schema.graphql.dart b/packages/graphql_codegen/test/assets/add_typenames/schema.graphql.dart index 06092c8f..49b9ad25 100644 --- a/packages/graphql_codegen/test/assets/add_typenames/schema.graphql.dart +++ b/packages/graphql_codegen/test/assets/add_typenames/schema.graphql.dart @@ -586,6 +586,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { ? _instance.$__typename : ($__typename as String), )); + TRes docsWithTypename( Iterable? Function( Iterable< @@ -599,6 +600,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { e, (i) => i, )))?.toList()); + TRes docsWihtoutTypename( Iterable? Function( Iterable< @@ -613,6 +615,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { e, (i) => i, )))?.toList()); + TRes docsWithAliasedTypename( Iterable? Function( Iterable< @@ -627,6 +630,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { e, (i) => i, )))?.toList()); + TRes docsWithFragment( Iterable? Function( Iterable< @@ -655,9 +659,13 @@ class _CopyWithStubImpl$Query$Q implements CopyWith$Query$Q { String? $__typename, }) => _res; + docsWithTypename(_fn) => _res; + docsWihtoutTypename(_fn) => _res; + docsWithAliasedTypename(_fn) => _res; + docsWithFragment(_fn) => _res; } diff --git a/packages/graphql_codegen/test/assets/condition_example/fragments.graphql.dart b/packages/graphql_codegen/test/assets/condition_example/fragments.graphql.dart index 457beb3b..65c9fd80 100644 --- a/packages/graphql_codegen/test/assets/condition_example/fragments.graphql.dart +++ b/packages/graphql_codegen/test/assets/condition_example/fragments.graphql.dart @@ -603,6 +603,7 @@ class _CopyWithImpl$Fragment$AndCondition ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$NonCompositeCondition get left { final local$left = _instance.left; return CopyWith$Fragment$NonCompositeCondition( @@ -629,8 +630,10 @@ class _CopyWithStubImpl$Fragment$AndCondition String? $__typename, }) => _res; + CopyWith$Fragment$NonCompositeCondition get left => CopyWith$Fragment$NonCompositeCondition.stub(_res); + CopyWith$Fragment$NonCompositeCondition get right => CopyWith$Fragment$NonCompositeCondition.stub(_res); } @@ -1078,6 +1081,7 @@ class _CopyWithImpl$Fragment$CompositeCondition$$AndCondition ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$NonCompositeCondition get left { final local$left = _instance.left; return CopyWith$Fragment$NonCompositeCondition( @@ -1104,8 +1108,10 @@ class _CopyWithStubImpl$Fragment$CompositeCondition$$AndCondition String? $__typename, }) => _res; + CopyWith$Fragment$NonCompositeCondition get left => CopyWith$Fragment$NonCompositeCondition.stub(_res); + CopyWith$Fragment$NonCompositeCondition get right => CopyWith$Fragment$NonCompositeCondition.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/condition_example/query.graphql.dart b/packages/graphql_codegen/test/assets/condition_example/query.graphql.dart index 82b8d341..c523567b 100644 --- a/packages/graphql_codegen/test/assets/condition_example/query.graphql.dart +++ b/packages/graphql_codegen/test/assets/condition_example/query.graphql.dart @@ -112,6 +112,7 @@ class _CopyWithImpl$Query$FetchShouldRender ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$CompositeCondition get shouldRender { final local$shouldRender = _instance.shouldRender; return CopyWith$Fragment$CompositeCondition( @@ -130,6 +131,7 @@ class _CopyWithStubImpl$Query$FetchShouldRender String? $__typename, }) => _res; + CopyWith$Fragment$CompositeCondition get shouldRender => CopyWith$Fragment$CompositeCondition.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/copy_with/document.graphql.dart b/packages/graphql_codegen/test/assets/copy_with/document.graphql.dart index ebf841a2..e5b6ae52 100644 --- a/packages/graphql_codegen/test/assets/copy_with/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/copy_with/document.graphql.dart @@ -349,6 +349,7 @@ class _CopyWithImpl$Query$Foobar implements CopyWith$Query$Foobar { ? _instance.$__typename : ($__typename as String), )); + TRes ts( Iterable? Function( Iterable?>?) @@ -360,6 +361,7 @@ class _CopyWithImpl$Query$Foobar implements CopyWith$Query$Foobar { e, (i) => i, )))?.toList()); + TRes tss( Iterable?>? Function( Iterable< @@ -386,7 +388,9 @@ class _CopyWithStubImpl$Query$Foobar String? $__typename, }) => _res; + ts(_fn) => _res; + tss(_fn) => _res; } @@ -600,6 +604,7 @@ class _CopyWithImpl$Query$Foobar$ts ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$Foobar$ts$t get t { final local$t = _instance.t; return local$t == null @@ -620,6 +625,7 @@ class _CopyWithStubImpl$Query$Foobar$ts String? $__typename, }) => _res; + CopyWith$Query$Foobar$ts$t get t => CopyWith$Query$Foobar$ts$t.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/duplicate_names/document.graphql.dart b/packages/graphql_codegen/test/assets/duplicate_names/document.graphql.dart index 3b9c9aa6..908b579f 100644 --- a/packages/graphql_codegen/test/assets/duplicate_names/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/duplicate_names/document.graphql.dart @@ -17,6 +17,7 @@ class Input$I { Map _$data; String? get title => (_$data['title'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('title')) { @@ -30,6 +31,7 @@ class Input$I { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -112,6 +114,7 @@ class Input$I_ { Map _$data; double? get value => (_$data['value'] as double?); + Map toJson() { final result$data = {}; if (_$data.containsKey('value')) { @@ -125,6 +128,7 @@ class Input$I_ { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -207,6 +211,7 @@ class Input$i { Map _$data; bool? get enabled => (_$data['enabled'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('enabled')) { @@ -220,6 +225,7 @@ class Input$i { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/extends/document.graphql.dart b/packages/graphql_codegen/test/assets/extends/document.graphql.dart index 4cfa555d..150b30e0 100644 --- a/packages/graphql_codegen/test/assets/extends/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/extends/document.graphql.dart @@ -28,7 +28,9 @@ class Input$In { Map _$data; String? get string => (_$data['string'] as String?); + int? get $int => (_$data['int'] as int?); + Map toJson() { final result$data = {}; if (_$data.containsKey('string')) { @@ -46,6 +48,7 @@ class Input$In { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -476,6 +479,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$Q$i get i { final local$i = _instance.i; return local$i == null @@ -496,6 +500,7 @@ class _CopyWithStubImpl$Query$Q implements CopyWith$Query$Q { String? $__typename, }) => _res; + CopyWith$Query$Q$i get i => CopyWith$Query$Q$i.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/first_test/a.graphql.dart b/packages/graphql_codegen/test/assets/first_test/a.graphql.dart index cb87fba1..8d749c8f 100644 --- a/packages/graphql_codegen/test/assets/first_test/a.graphql.dart +++ b/packages/graphql_codegen/test/assets/first_test/a.graphql.dart @@ -80,6 +80,7 @@ class _CopyWithImpl$Query$FetchName TRes call({Object? name = _undefined}) => _then(Query$FetchName( name: name == _undefined ? _instance.name : (name as Fragment$F?))); + CopyWith$Fragment$F get name { final local$name = _instance.name; return local$name == null @@ -95,6 +96,7 @@ class _CopyWithStubImpl$Query$FetchName TRes _res; call({Fragment$F? name}) => _res; + CopyWith$Fragment$F get name => CopyWith$Fragment$F.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/fragment_and_field/document.graphql.dart b/packages/graphql_codegen/test/assets/fragment_and_field/document.graphql.dart index 5d0ca474..f17dc3ee 100644 --- a/packages/graphql_codegen/test/assets/fragment_and_field/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/fragment_and_field/document.graphql.dart @@ -429,6 +429,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$Q$person get person { final local$person = _instance.person; return local$person == null @@ -447,6 +448,7 @@ class _CopyWithStubImpl$Query$Q implements CopyWith$Query$Q { String? $__typename, }) => _res; + CopyWith$Query$Q$person get person => CopyWith$Query$Q$person.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/fragment_enum_variables/schema.graphql.dart b/packages/graphql_codegen/test/assets/fragment_enum_variables/schema.graphql.dart index c3186e47..fb717b44 100644 --- a/packages/graphql_codegen/test/assets/fragment_enum_variables/schema.graphql.dart +++ b/packages/graphql_codegen/test/assets/fragment_enum_variables/schema.graphql.dart @@ -19,6 +19,7 @@ class Input$I { Map _$data; String? get s => (_$data['s'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('s')) { @@ -32,6 +33,7 @@ class Input$I { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -308,6 +310,7 @@ class Variables$Fragment$F1 { Map _$data; Enum$Locale get locale => (_$data['locale'] as Enum$Locale); + Map toJson() { final result$data = {}; final l$locale = locale; @@ -320,6 +323,7 @@ class Variables$Fragment$F1 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -577,6 +581,7 @@ class Variables$Fragment$F2 { Map _$data; Enum$Locale get locale => (_$data['locale'] as Enum$Locale); + Map toJson() { final result$data = {}; final l$locale = locale; @@ -589,6 +594,7 @@ class Variables$Fragment$F2 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -823,6 +829,7 @@ class Variables$Fragment$F3 { Map _$data; Input$I get i => (_$data['i'] as Input$I); + Map toJson() { final result$data = {}; final l$i = i; @@ -835,6 +842,7 @@ class Variables$Fragment$F3 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -888,6 +896,7 @@ class _CopyWithImpl$Variables$Fragment$F3 ..._instance._$data, if (i != _undefined && i != null) 'i': (i as Input$I), })); + CopyWith$Input$I get i { final local$i = _instance.i; return CopyWith$Input$I(local$i, (e) => call(i: e)); @@ -901,6 +910,7 @@ class _CopyWithStubImpl$Variables$Fragment$F3 TRes _res; call({Input$I? i}) => _res; + CopyWith$Input$I get i => CopyWith$Input$I.stub(_res); } @@ -1074,6 +1084,7 @@ class Variables$Fragment$F4 { Map _$data; Enum$Locale get locale => (_$data['locale'] as Enum$Locale); + Map toJson() { final result$data = {}; final l$locale = locale; @@ -1086,6 +1097,7 @@ class Variables$Fragment$F4 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/fragment_imports/document2.graphql.dart b/packages/graphql_codegen/test/assets/fragment_imports/document2.graphql.dart index 1a0dd6a1..072cd219 100644 --- a/packages/graphql_codegen/test/assets/fragment_imports/document2.graphql.dart +++ b/packages/graphql_codegen/test/assets/fragment_imports/document2.graphql.dart @@ -182,6 +182,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { TRes call({Object? t = _undefined}) => _then(Query$Q(t: t == _undefined ? _instance.t : (t as Query$Q$t?))); + CopyWith$Query$Q$t get t { final local$t = _instance.t; return local$t == null @@ -196,6 +197,7 @@ class _CopyWithStubImpl$Query$Q implements CopyWith$Query$Q { TRes _res; call({Query$Q$t? t}) => _res; + CopyWith$Query$Q$t get t => CopyWith$Query$Q$t.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/fragment_override/document.graphql.dart b/packages/graphql_codegen/test/assets/fragment_override/document.graphql.dart index 17962d08..50af485f 100644 --- a/packages/graphql_codegen/test/assets/fragment_override/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/fragment_override/document.graphql.dart @@ -247,6 +247,7 @@ class _CopyWithImpl$Fragment$T1 implements CopyWith$Fragment$T1 { TRes call({Object? t = _undefined}) => _then( Fragment$T1(t: t == _undefined ? _instance.t : (t as Fragment$T1$t?))); + CopyWith$Fragment$T1$t get t { final local$t = _instance.t; return local$t == null @@ -262,6 +263,7 @@ class _CopyWithStubImpl$Fragment$T1 TRes _res; call({Fragment$T1$t? t}) => _res; + CopyWith$Fragment$T1$t get t => CopyWith$Fragment$T1$t.stub(_res); } @@ -484,6 +486,7 @@ class _CopyWithImpl$Fragment$T2 implements CopyWith$Fragment$T2 { t: t == _undefined ? _instance.t : (t as Fragment$T2$t?), name: name == _undefined ? _instance.name : (name as String?), )); + CopyWith$Fragment$T2$t get t { final local$t = _instance.t; return local$t == null @@ -503,6 +506,7 @@ class _CopyWithStubImpl$Fragment$T2 String? name, }) => _res; + CopyWith$Fragment$T2$t get t => CopyWith$Fragment$T2$t.stub(_res); } @@ -732,6 +736,7 @@ class _CopyWithImpl$Fragment$TC implements CopyWith$Fragment$TC { t: t == _undefined ? _instance.t : (t as Fragment$TC$t?), name: name == _undefined ? _instance.name : (name as String?), )); + CopyWith$Fragment$TC$t get t { final local$t = _instance.t; return local$t == null @@ -751,6 +756,7 @@ class _CopyWithStubImpl$Fragment$TC String? name, }) => _res; + CopyWith$Fragment$TC$t get t => CopyWith$Fragment$TC$t.stub(_res); } @@ -940,6 +946,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { TRes call({Object? t = _undefined}) => _then(Query$Q(t: t == _undefined ? _instance.t : (t as Fragment$TC?))); + CopyWith$Fragment$TC get t { final local$t = _instance.t; return local$t == null @@ -954,6 +961,7 @@ class _CopyWithStubImpl$Query$Q implements CopyWith$Query$Q { TRes _res; call({Fragment$TC? t}) => _res; + CopyWith$Fragment$TC get t => CopyWith$Fragment$TC.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/fragment_variables/document.graphql.dart b/packages/graphql_codegen/test/assets/fragment_variables/document.graphql.dart index 983e76df..41aa93d1 100644 --- a/packages/graphql_codegen/test/assets/fragment_variables/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/fragment_variables/document.graphql.dart @@ -19,6 +19,7 @@ class Input$Input { Map _$data; bool? get inputField => (_$data['inputField'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('inputField')) { @@ -32,6 +33,7 @@ class Input$Input { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -295,7 +297,9 @@ class Variables$Fragment$F1 { Map _$data; bool? get i => (_$data['i'] as bool?); + String get name => (_$data['name'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('i')) { @@ -312,6 +316,7 @@ class Variables$Fragment$F1 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -507,6 +512,7 @@ class _CopyWithImpl$Fragment$F1 implements CopyWith$Fragment$F1 { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$F1$level1 get level1 { final local$level1 = _instance.level1; return local$level1 == null @@ -526,6 +532,7 @@ class _CopyWithStubImpl$Fragment$F1 String? $__typename, }) => _res; + CopyWith$Fragment$F1$level1 get level1 => CopyWith$Fragment$F1$level1.stub(_res); } @@ -736,6 +743,7 @@ class _CopyWithImpl$Fragment$F1$level1 ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$F1$level1$level2 get level2 { final local$level2 = _instance.level2; return local$level2 == null @@ -756,6 +764,7 @@ class _CopyWithStubImpl$Fragment$F1$level1 String? $__typename, }) => _res; + CopyWith$Fragment$F1$level1$level2 get level2 => CopyWith$Fragment$F1$level1$level2.stub(_res); } @@ -874,6 +883,7 @@ class _CopyWithImpl$Fragment$F1$level1$level2 ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$F1$level1$level2$level3 get level3 { final local$level3 = _instance.level3; return local$level3 == null @@ -894,6 +904,7 @@ class _CopyWithStubImpl$Fragment$F1$level1$level2 String? $__typename, }) => _res; + CopyWith$Fragment$F1$level1$level2$level3 get level3 => CopyWith$Fragment$F1$level1$level2$level3.stub(_res); } @@ -1049,7 +1060,9 @@ class Variables$Fragment$F2 { Map _$data; bool? get i => (_$data['i'] as bool?); + String? get name => (_$data['name'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('i')) { @@ -1068,6 +1081,7 @@ class Variables$Fragment$F2 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1265,6 +1279,7 @@ class _CopyWithImpl$Fragment$F2 implements CopyWith$Fragment$F2 { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$F21 get level1 { final local$level1 = _instance.level1; return local$level1 == null @@ -1284,6 +1299,7 @@ class _CopyWithStubImpl$Fragment$F2 String? $__typename, }) => _res; + CopyWith$Fragment$F21 get level1 => CopyWith$Fragment$F21.stub(_res); } @@ -1353,6 +1369,7 @@ class Variables$Fragment$F21 { Map _$data; bool? get i => (_$data['i'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('i')) { @@ -1367,6 +1384,7 @@ class Variables$Fragment$F21 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1542,6 +1560,7 @@ class _CopyWithImpl$Fragment$F21 implements CopyWith$Fragment$F21 { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$F21$level2 get level2 { final local$level2 = _instance.level2; return local$level2 == null @@ -1561,6 +1580,7 @@ class _CopyWithStubImpl$Fragment$F21 String? $__typename, }) => _res; + CopyWith$Fragment$F21$level2 get level2 => CopyWith$Fragment$F21$level2.stub(_res); } @@ -1754,6 +1774,7 @@ class _CopyWithImpl$Fragment$F21$level2 ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$F21$level2$level3 get level3 { final local$level3 = _instance.level3; return local$level3 == null @@ -1774,6 +1795,7 @@ class _CopyWithStubImpl$Fragment$F21$level2 String? $__typename, }) => _res; + CopyWith$Fragment$F21$level2$level3 get level3 => CopyWith$Fragment$F21$level2$level3.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/fragment_variables_2/schema.graphql.dart b/packages/graphql_codegen/test/assets/fragment_variables_2/schema.graphql.dart index 3904cb84..d4df6464 100644 --- a/packages/graphql_codegen/test/assets/fragment_variables_2/schema.graphql.dart +++ b/packages/graphql_codegen/test/assets/fragment_variables_2/schema.graphql.dart @@ -191,6 +191,7 @@ class Variables$Fragment$NameNode { Map _$data; String get setting => (_$data['setting'] as String); + Map toJson() { final result$data = {}; final l$setting = setting; @@ -203,6 +204,7 @@ class Variables$Fragment$NameNode { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -480,6 +482,7 @@ class Variables$Query$Q { Map _$data; String get setting => (_$data['setting'] as String); + Map toJson() { final result$data = {}; final l$setting = setting; @@ -492,6 +495,7 @@ class Variables$Query$Q { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -663,6 +667,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$NameNode get node { final local$node = _instance.node; return local$node == null @@ -681,6 +686,7 @@ class _CopyWithStubImpl$Query$Q implements CopyWith$Query$Q { String? $__typename, }) => _res; + CopyWith$Fragment$NameNode get node => CopyWith$Fragment$NameNode.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/fragments_and_loose_type_requirements/document.graphql.dart b/packages/graphql_codegen/test/assets/fragments_and_loose_type_requirements/document.graphql.dart index 1cb26200..062df713 100644 --- a/packages/graphql_codegen/test/assets/fragments_and_loose_type_requirements/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/fragments_and_loose_type_requirements/document.graphql.dart @@ -509,6 +509,7 @@ class _CopyWithImpl$Fragment$F$$T t: t == _undefined ? _instance.t : (t as Fragment$F$$T$t?), name: name == _undefined ? _instance.name : (name as String?), )); + CopyWith$Fragment$F$$T$t get t { final local$t = _instance.t; return local$t == null @@ -529,6 +530,7 @@ class _CopyWithStubImpl$Fragment$F$$T String? name, }) => _res; + CopyWith$Fragment$F$$T$t get t => CopyWith$Fragment$F$$T$t.stub(_res); } @@ -694,6 +696,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { TRes call({Object? t = _undefined}) => _then(Query$Q(t: t == _undefined ? _instance.t : (t as Query$Q$t?))); + CopyWith$Query$Q$t get t { final local$t = _instance.t; return local$t == null @@ -708,6 +711,7 @@ class _CopyWithStubImpl$Query$Q implements CopyWith$Query$Q { TRes _res; call({Query$Q$t? t}) => _res; + CopyWith$Query$Q$t get t => CopyWith$Query$Q$t.stub(_res); } @@ -865,6 +869,7 @@ class _CopyWithImpl$Query$Q$t implements CopyWith$Query$Q$t { name: name == _undefined ? _instance.name : (name as String?), t: t == _undefined ? _instance.t : (t as Query$Q$t$t?), )); + CopyWith$Query$Q$t$t get t { final local$t = _instance.t; return local$t == null @@ -884,6 +889,7 @@ class _CopyWithStubImpl$Query$Q$t implements CopyWith$Query$Q$t { Query$Q$t$t? t, }) => _res; + CopyWith$Query$Q$t$t get t => CopyWith$Query$Q$t$t.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/fragments_inheritence/document.graphql.dart b/packages/graphql_codegen/test/assets/fragments_inheritence/document.graphql.dart index 8329493e..c66e1283 100644 --- a/packages/graphql_codegen/test/assets/fragments_inheritence/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/fragments_inheritence/document.graphql.dart @@ -249,6 +249,7 @@ class _CopyWithImpl$Fragment$F implements CopyWith$Fragment$F { other: other == _undefined ? _instance.other : (other as Fragment$F$other?))); + CopyWith$Fragment$F$other get other { final local$other = _instance.other; return local$other == null @@ -263,6 +264,7 @@ class _CopyWithStubImpl$Fragment$F implements CopyWith$Fragment$F { TRes _res; call({Fragment$F$other? other}) => _res; + CopyWith$Fragment$F$other get other => CopyWith$Fragment$F$other.stub(_res); } @@ -394,6 +396,7 @@ class _CopyWithImpl$Fragment$F$other other: other == _undefined ? _instance.other : (other as Fragment$F$other$other?))); + CopyWith$Fragment$F$other$other get other { final local$other = _instance.other; return local$other == null @@ -409,6 +412,7 @@ class _CopyWithStubImpl$Fragment$F$other TRes _res; call({Fragment$F$other$other? other}) => _res; + CopyWith$Fragment$F$other$other get other => CopyWith$Fragment$F$other$other.stub(_res); } @@ -699,6 +703,7 @@ class _CopyWithImpl$Fragment$F$other$$T1 ? _instance.other : (other as Fragment$F$other$$T1$other?), )); + CopyWith$Fragment$F$other$$T1$other get other { final local$other = _instance.other; return local$other == null @@ -719,6 +724,7 @@ class _CopyWithStubImpl$Fragment$F$other$$T1 Fragment$F$other$$T1$other? other, }) => _res; + CopyWith$Fragment$F$other$$T1$other get other => CopyWith$Fragment$F$other$$T1$other.stub(_res); } @@ -983,6 +989,7 @@ class _CopyWithImpl$Fragment$F$$T1 other: other == _undefined ? _instance.other : (other as Fragment$F$$T1$other?))); + CopyWith$Fragment$F$$T1$other get other { final local$other = _instance.other; return local$other == null @@ -998,6 +1005,7 @@ class _CopyWithStubImpl$Fragment$F$$T1 TRes _res; call({Fragment$F$$T1$other? other}) => _res; + CopyWith$Fragment$F$$T1$other get other => CopyWith$Fragment$F$$T1$other.stub(_res); } @@ -1084,6 +1092,7 @@ class _CopyWithImpl$Fragment$F$$T1$other other: other == _undefined ? _instance.other : (other as Fragment$F$$T1$other$other?))); + CopyWith$Fragment$F$$T1$other$other get other { final local$other = _instance.other; return local$other == null @@ -1100,6 +1109,7 @@ class _CopyWithStubImpl$Fragment$F$$T1$other TRes _res; call({Fragment$F$$T1$other$other? other}) => _res; + CopyWith$Fragment$F$$T1$other$other get other => CopyWith$Fragment$F$$T1$other$other.stub(_res); } @@ -1396,6 +1406,7 @@ class _CopyWithImpl$Fragment$F$$T1$other$$T1 ? _instance.other : (other as Fragment$F$$T1$other$$T1$other?), )); + CopyWith$Fragment$F$$T1$other$$T1$other get other { final local$other = _instance.other; return local$other == null @@ -1416,6 +1427,7 @@ class _CopyWithStubImpl$Fragment$F$$T1$other$$T1 Fragment$F$$T1$other$$T1$other? other, }) => _res; + CopyWith$Fragment$F$$T1$other$$T1$other get other => CopyWith$Fragment$F$$T1$other$$T1$other.stub(_res); } @@ -1680,6 +1692,7 @@ class _CopyWithImpl$Fragment$F2 implements CopyWith$Fragment$F2 { other: other == _undefined ? _instance.other : (other as Fragment$F2$other?))); + CopyWith$Fragment$F2$other get other { final local$other = _instance.other; return local$other == null @@ -1695,6 +1708,7 @@ class _CopyWithStubImpl$Fragment$F2 TRes _res; call({Fragment$F2$other? other}) => _res; + CopyWith$Fragment$F2$other get other => CopyWith$Fragment$F2$other.stub(_res); } @@ -1983,6 +1997,7 @@ class _CopyWithImpl$Fragment$F2$$T1 other: other == _undefined ? _instance.other : (other as Fragment$F2$$T1$other?))); + CopyWith$Fragment$F2$$T1$other get other { final local$other = _instance.other; return local$other == null @@ -1998,6 +2013,7 @@ class _CopyWithStubImpl$Fragment$F2$$T1 TRes _res; call({Fragment$F2$$T1$other? other}) => _res; + CopyWith$Fragment$F2$$T1$other get other => CopyWith$Fragment$F2$$T1$other.stub(_res); } @@ -2252,6 +2268,7 @@ class _CopyWithImpl$Query$Fetch implements CopyWith$Query$Fetch { TRes call({Object? t = _undefined}) => _then(Query$Fetch(t: t == _undefined ? _instance.t : (t as Fragment$F?))); + CopyWith$Fragment$F get t { final local$t = _instance.t; return local$t == null @@ -2267,6 +2284,7 @@ class _CopyWithStubImpl$Query$Fetch TRes _res; call({Fragment$F? t}) => _res; + CopyWith$Fragment$F get t => CopyWith$Fragment$F.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/fragments_nested_data/document.graphql.dart b/packages/graphql_codegen/test/assets/fragments_nested_data/document.graphql.dart index a432976d..b144e48f 100644 --- a/packages/graphql_codegen/test/assets/fragments_nested_data/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/fragments_nested_data/document.graphql.dart @@ -247,6 +247,7 @@ class _CopyWithImpl$Fragment$F implements CopyWith$Fragment$F { TRes call({Object? other = _undefined}) => _then(Fragment$F( other: other == _undefined ? _instance.other : (other as Fragment$F2?))); + CopyWith$Fragment$F2 get other { final local$other = _instance.other; return local$other == null @@ -261,6 +262,7 @@ class _CopyWithStubImpl$Fragment$F implements CopyWith$Fragment$F { TRes _res; call({Fragment$F2? other}) => _res; + CopyWith$Fragment$F2 get other => CopyWith$Fragment$F2.stub(_res); } @@ -370,6 +372,7 @@ class _CopyWithImpl$Fragment$F2 implements CopyWith$Fragment$F2 { TRes call({Object? other = _undefined}) => _then(Fragment$F2( other: other == _undefined ? _instance.other : (other as Fragment$F3?))); + CopyWith$Fragment$F3 get other { final local$other = _instance.other; return local$other == null @@ -385,6 +388,7 @@ class _CopyWithStubImpl$Fragment$F2 TRes _res; call({Fragment$F3? other}) => _res; + CopyWith$Fragment$F3 get other => CopyWith$Fragment$F3.stub(_res); } @@ -493,6 +497,7 @@ class _CopyWithImpl$Fragment$F3 implements CopyWith$Fragment$F3 { TRes call({Object? other = _undefined}) => _then(Fragment$F3( other: other == _undefined ? _instance.other : (other as Fragment$F4?))); + CopyWith$Fragment$F4 get other { final local$other = _instance.other; return local$other == null @@ -508,6 +513,7 @@ class _CopyWithStubImpl$Fragment$F3 TRes _res; call({Fragment$F4? other}) => _res; + CopyWith$Fragment$F4 get other => CopyWith$Fragment$F4.stub(_res); } @@ -720,6 +726,7 @@ class _CopyWithImpl$Query$Fetch implements CopyWith$Query$Fetch { TRes call({Object? t = _undefined}) => _then(Query$Fetch(t: t == _undefined ? _instance.t : (t as Fragment$F?))); + CopyWith$Fragment$F get t { final local$t = _instance.t; return local$t == null @@ -735,6 +742,7 @@ class _CopyWithStubImpl$Query$Fetch TRes _res; call({Fragment$F? t}) => _res; + CopyWith$Fragment$F get t => CopyWith$Fragment$F.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/graphql_client/document.graphql.dart b/packages/graphql_codegen/test/assets/graphql_client/document.graphql.dart index aafee40f..4e209760 100644 --- a/packages/graphql_codegen/test/assets/graphql_client/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/graphql_client/document.graphql.dart @@ -345,6 +345,7 @@ class Variables$Fragment$WithOptionalVariables { Map _$data; String? get name => (_$data['name'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('name')) { @@ -360,6 +361,7 @@ class Variables$Fragment$WithOptionalVariables { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -603,6 +605,7 @@ class Variables$Fragment$WithVariables { Map _$data; String get name => (_$data['name'] as String); + Map toJson() { final result$data = {}; final l$name = name; @@ -615,6 +618,7 @@ class Variables$Fragment$WithVariables { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -853,6 +857,7 @@ class Variables$Query$FetchSOptional { Map _$data; String? get name => (_$data['name'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('name')) { @@ -867,6 +872,7 @@ class Variables$Query$FetchSOptional { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1204,6 +1210,7 @@ class Variables$Query$FetchSRequired { Map _$data; String get name => (_$data['name'] as String); + Map toJson() { final result$data = {}; final l$name = name; @@ -1216,6 +1223,7 @@ class Variables$Query$FetchSRequired { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1789,6 +1797,7 @@ class Variables$Mutation$UpdateSOptional { Map _$data; String? get name => (_$data['name'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('name')) { @@ -1804,6 +1813,7 @@ class Variables$Mutation$UpdateSOptional { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -2084,8 +2094,8 @@ extension ClientExtension$Mutation$UpdateSOptional on graphql.GraphQLClient { Future> mutate$UpdateSOptional( [Options$Mutation$UpdateSOptional? options]) async => await this.mutate(options ?? Options$Mutation$UpdateSOptional()); - graphql - .ObservableQuery watchMutation$UpdateSOptional( + graphql.ObservableQuery< + Mutation$UpdateSOptional> watchMutation$UpdateSOptional( [WatchOptions$Mutation$UpdateSOptional? options]) => this.watchMutation(options ?? WatchOptions$Mutation$UpdateSOptional()); } @@ -2109,6 +2119,7 @@ class Variables$Mutation$UpdateSRequired { Map _$data; String get name => (_$data['name'] as String); + Map toJson() { final result$data = {}; final l$name = name; @@ -2122,6 +2133,7 @@ class Variables$Mutation$UpdateSRequired { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/graphql_client_nested_fragments/document.graphql.dart b/packages/graphql_codegen/test/assets/graphql_client_nested_fragments/document.graphql.dart index 3e907f69..597bd1bd 100644 --- a/packages/graphql_codegen/test/assets/graphql_client_nested_fragments/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/graphql_client_nested_fragments/document.graphql.dart @@ -296,6 +296,7 @@ class _CopyWithImpl$Fragment$F1 implements CopyWith$Fragment$F1 { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$F2 get field { final local$field = _instance.field; return local$field == null @@ -316,6 +317,7 @@ class _CopyWithStubImpl$Fragment$F1 String? $__typename, }) => _res; + CopyWith$Fragment$F2 get field => CopyWith$Fragment$F2.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/graphql_flutter_client_mutation_optional_arguments/document.graphql.dart b/packages/graphql_codegen/test/assets/graphql_flutter_client_mutation_optional_arguments/document.graphql.dart index 0c5bbab8..22182748 100644 --- a/packages/graphql_codegen/test/assets/graphql_flutter_client_mutation_optional_arguments/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/graphql_flutter_client_mutation_optional_arguments/document.graphql.dart @@ -196,6 +196,7 @@ class Variables$Mutation$UpdateSOptional { Map _$data; String? get name => (_$data['name'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('name')) { @@ -211,6 +212,7 @@ class Variables$Mutation$UpdateSOptional { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -491,8 +493,8 @@ extension ClientExtension$Mutation$UpdateSOptional on graphql.GraphQLClient { Future> mutate$UpdateSOptional( [Options$Mutation$UpdateSOptional? options]) async => await this.mutate(options ?? Options$Mutation$UpdateSOptional()); - graphql - .ObservableQuery watchMutation$UpdateSOptional( + graphql.ObservableQuery< + Mutation$UpdateSOptional> watchMutation$UpdateSOptional( [WatchOptions$Mutation$UpdateSOptional? options]) => this.watchMutation(options ?? WatchOptions$Mutation$UpdateSOptional()); } diff --git a/packages/graphql_codegen/test/assets/graphql_flutter_client_mutation_required_arguments/document.graphql.dart b/packages/graphql_codegen/test/assets/graphql_flutter_client_mutation_required_arguments/document.graphql.dart index ce2f5ca2..76e7e046 100644 --- a/packages/graphql_codegen/test/assets/graphql_flutter_client_mutation_required_arguments/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/graphql_flutter_client_mutation_required_arguments/document.graphql.dart @@ -194,6 +194,7 @@ class Variables$Mutation$UpdateSRequired { Map _$data; String get name => (_$data['name'] as String); + Map toJson() { final result$data = {}; final l$name = name; @@ -207,6 +208,7 @@ class Variables$Mutation$UpdateSRequired { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/graphql_flutter_client_query_optional_arguments/document.graphql.dart b/packages/graphql_codegen/test/assets/graphql_flutter_client_query_optional_arguments/document.graphql.dart index a91c4d16..0195e6f5 100644 --- a/packages/graphql_codegen/test/assets/graphql_flutter_client_query_optional_arguments/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/graphql_flutter_client_query_optional_arguments/document.graphql.dart @@ -195,6 +195,7 @@ class Variables$Query$FetchSOptional { Map _$data; String? get name => (_$data['name'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('name')) { @@ -209,6 +210,7 @@ class Variables$Query$FetchSOptional { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/graphql_flutter_client_query_required_arguments/document.graphql.dart b/packages/graphql_codegen/test/assets/graphql_flutter_client_query_required_arguments/document.graphql.dart index b9ed9c09..e6371f30 100644 --- a/packages/graphql_codegen/test/assets/graphql_flutter_client_query_required_arguments/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/graphql_flutter_client_query_required_arguments/document.graphql.dart @@ -193,6 +193,7 @@ class Variables$Query$FetchSRequired { Map _$data; String get name => (_$data['name'] as String); + Map toJson() { final result$data = {}; final l$name = name; @@ -205,6 +206,7 @@ class Variables$Query$FetchSRequired { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/graphql_flutter_client_subscription/schema.graphql.dart b/packages/graphql_codegen/test/assets/graphql_flutter_client_subscription/schema.graphql.dart index c7868e5d..392ba1b4 100644 --- a/packages/graphql_codegen/test/assets/graphql_flutter_client_subscription/schema.graphql.dart +++ b/packages/graphql_codegen/test/assets/graphql_flutter_client_subscription/schema.graphql.dart @@ -287,6 +287,7 @@ class _CopyWithImpl$Subscription$NoArgs ? _instance.$__typename : ($__typename as String), )); + CopyWith$Subscription$NoArgs$listenForChange get listenForChange { final local$listenForChange = _instance.listenForChange; return local$listenForChange == null @@ -307,6 +308,7 @@ class _CopyWithStubImpl$Subscription$NoArgs String? $__typename, }) => _res; + CopyWith$Subscription$NoArgs$listenForChange get listenForChange => CopyWith$Subscription$NoArgs$listenForChange.stub(_res); } @@ -589,6 +591,7 @@ class Variables$Subscription$RequiredArg { Map _$data; String get name => (_$data['name'] as String); + Map toJson() { final result$data = {}; final l$name = name; @@ -602,6 +605,7 @@ class Variables$Subscription$RequiredArg { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -781,6 +785,7 @@ class _CopyWithImpl$Subscription$RequiredArg ? _instance.$__typename : ($__typename as String), )); + CopyWith$Subscription$RequiredArg$listenForChange get listenForChange { final local$listenForChange = _instance.listenForChange; return local$listenForChange == null @@ -802,6 +807,7 @@ class _CopyWithStubImpl$Subscription$RequiredArg String? $__typename, }) => _res; + CopyWith$Subscription$RequiredArg$listenForChange get listenForChange => CopyWith$Subscription$RequiredArg$listenForChange.stub(_res); } @@ -1111,6 +1117,7 @@ class Variables$Subscription$OptionalArg { Map _$data; String? get name => (_$data['name'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('name')) { @@ -1126,6 +1133,7 @@ class Variables$Subscription$OptionalArg { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1308,6 +1316,7 @@ class _CopyWithImpl$Subscription$OptionalArg ? _instance.$__typename : ($__typename as String), )); + CopyWith$Subscription$OptionalArg$listenForChange get listenForChange { final local$listenForChange = _instance.listenForChange; return local$listenForChange == null @@ -1329,6 +1338,7 @@ class _CopyWithStubImpl$Subscription$OptionalArg String? $__typename, }) => _res; + CopyWith$Subscription$OptionalArg$listenForChange get listenForChange => CopyWith$Subscription$OptionalArg$listenForChange.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/graphql_flutter_naming_config/document.graphql.dart b/packages/graphql_codegen/test/assets/graphql_flutter_naming_config/document.graphql.dart index 7d1fcc6c..0b3b9a74 100644 --- a/packages/graphql_codegen/test/assets/graphql_flutter_naming_config/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/graphql_flutter_naming_config/document.graphql.dart @@ -25,6 +25,7 @@ class Input___Input { Map _$data; Enum___Status? get status => (_$data['status'] as Enum___Status?); + Map toJson() { final result$data = {}; if (_$data.containsKey('status')) { @@ -40,6 +41,7 @@ class Input___Input { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/include_if_null_input/document.graphql.dart b/packages/graphql_codegen/test/assets/include_if_null_input/document.graphql.dart index a4f7a3e1..15b22b25 100644 --- a/packages/graphql_codegen/test/assets/include_if_null_input/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/include_if_null_input/document.graphql.dart @@ -28,7 +28,9 @@ class Input$Input { Map _$data; String? get field => (_$data['field'] as String?); + bool? get flag => (_$data['flag'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('field')) { @@ -46,6 +48,7 @@ class Input$Input { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -326,6 +329,7 @@ class Variables$Query$Q1 { Map _$data; Input$Input? get input => (_$data['input'] as Input$Input?); + Map toJson() { final result$data = {}; if (_$data.containsKey('input')) { @@ -340,6 +344,7 @@ class Variables$Query$Q1 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -396,6 +401,7 @@ class _CopyWithImpl$Variables$Query$Q1 ..._instance._$data, if (input != _undefined) 'input': (input as Input$Input?), })); + CopyWith$Input$Input get input { final local$input = _instance.input; return local$input == null @@ -411,6 +417,7 @@ class _CopyWithStubImpl$Variables$Query$Q1 TRes _res; call({Input$Input? input}) => _res; + CopyWith$Input$Input get input => CopyWith$Input$Input.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/include_skip/document.graphql.dart b/packages/graphql_codegen/test/assets/include_skip/document.graphql.dart index 4ed0a922..8a5aa296 100644 --- a/packages/graphql_codegen/test/assets/include_skip/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/include_skip/document.graphql.dart @@ -277,6 +277,7 @@ class _CopyWithImpl$Query$Q1 implements CopyWith$Query$Q1 { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$Q1$foo get foo { final local$foo = _instance.foo; return local$foo == null @@ -295,6 +296,7 @@ class _CopyWithStubImpl$Query$Q1 implements CopyWith$Query$Q1 { String? $__typename, }) => _res; + CopyWith$Query$Q1$foo get foo => CopyWith$Query$Q1$foo.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/input/input.graphql.dart b/packages/graphql_codegen/test/assets/input/input.graphql.dart index 5457472c..ca893e4f 100644 --- a/packages/graphql_codegen/test/assets/input/input.graphql.dart +++ b/packages/graphql_codegen/test/assets/input/input.graphql.dart @@ -83,16 +83,26 @@ class Input$I1 { Map _$data; String get s => (_$data['s'] as String); + String? get sMaybe => (_$data['sMaybe'] as String?); + Input$I1? get nested_input => (_$data['nested_input'] as Input$I1?); + List? get children => (_$data['children'] as List?); + List?>? get children2 => (_$data['children2'] as List?>?); + int? get $_min => (_$data['_min'] as int?); + Enum$E? get eMaybe => (_$data['eMaybe'] as Enum$E?); + Enum$E get e => (_$data['e'] as Enum$E); + List get es => (_$data['es'] as List); + Input$I2? get i2 => (_$data['i2'] as Input$I2?); + Map toJson() { final result$data = {}; final l$s = s; @@ -137,6 +147,7 @@ class Input$I1 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -367,6 +378,7 @@ class _CopyWithImpl$Input$I1 implements CopyWith$Input$I1 { if (es != _undefined && es != null) 'es': (es as List), if (i2 != _undefined) 'i2': (i2 as Input$I2?), })); + CopyWith$Input$I1 get nested_input { final local$nested_input = _instance.nested_input; return local$nested_input == null @@ -382,6 +394,7 @@ class _CopyWithImpl$Input$I1 implements CopyWith$Input$I1 { e, (i) => i, )))?.toList()); + TRes children2( Iterable?>? Function( Iterable?>?>?) @@ -393,6 +406,7 @@ class _CopyWithImpl$Input$I1 implements CopyWith$Input$I1 { e, (i) => i, ))))?.map((e) => e?.toList()).toList()); + CopyWith$Input$I2 get i2 { final local$i2 = _instance.i2; return local$i2 == null @@ -419,9 +433,13 @@ class _CopyWithStubImpl$Input$I1 implements CopyWith$Input$I1 { Input$I2? i2, }) => _res; + CopyWith$Input$I1 get nested_input => CopyWith$Input$I1.stub(_res); + children(_fn) => _res; + children2(_fn) => _res; + CopyWith$Input$I2 get i2 => CopyWith$Input$I2.stub(_res); } @@ -444,6 +462,7 @@ class Input$I2 { Map _$data; String? get foobar => (_$data['foobar'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('foobar')) { @@ -457,6 +476,7 @@ class Input$I2 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/interface_and_fragments/query.graphql.dart b/packages/graphql_codegen/test/assets/interface_and_fragments/query.graphql.dart index a8203c19..f56d1f2b 100644 --- a/packages/graphql_codegen/test/assets/interface_and_fragments/query.graphql.dart +++ b/packages/graphql_codegen/test/assets/interface_and_fragments/query.graphql.dart @@ -341,6 +341,7 @@ class _CopyWithImpl$Query$FetchImplementations $interface: $interface == _undefined ? _instance.$interface : ($interface as Query$FetchImplementations$interface?))); + CopyWith$Query$FetchImplementations$interface get $interface { final local$$interface = _instance.$interface; return local$$interface == null @@ -357,6 +358,7 @@ class _CopyWithStubImpl$Query$FetchImplementations TRes _res; call({Query$FetchImplementations$interface? $interface}) => _res; + CopyWith$Query$FetchImplementations$interface get $interface => CopyWith$Query$FetchImplementations$interface.stub(_res); } @@ -645,6 +647,7 @@ class _CopyWithImpl$Query$FetchImplementations$interface ? _instance.self : (self as Query$FetchImplementations$interface$self), )); + CopyWith$Query$FetchImplementations$interface$self get self { final local$self = _instance.self; return CopyWith$Query$FetchImplementations$interface$self( @@ -664,6 +667,7 @@ class _CopyWithStubImpl$Query$FetchImplementations$interface Query$FetchImplementations$interface$self? self, }) => _res; + CopyWith$Query$FetchImplementations$interface$self get self => CopyWith$Query$FetchImplementations$interface$self.stub(_res); } @@ -1293,6 +1297,7 @@ class _CopyWithImpl$Query$FetchImplementations$interface$$ImplementationA : (self as Query$FetchImplementations$interface$$ImplementationA$self), )); + CopyWith$Query$FetchImplementations$interface$$ImplementationA$self get self { final local$self = _instance.self; @@ -1318,6 +1323,7 @@ class _CopyWithStubImpl$Query$FetchImplementations$interface$$ImplementationA< Query$FetchImplementations$interface$$ImplementationA$self? self, }) => _res; + CopyWith$Query$FetchImplementations$interface$$ImplementationA$self get self => CopyWith$Query$FetchImplementations$interface$$ImplementationA$self @@ -1480,6 +1486,7 @@ class _CopyWithImpl$Query$FetchImplementations$interface$$ImplementationB : (self as Query$FetchImplementations$interface$$ImplementationB$self), )); + CopyWith$Query$FetchImplementations$interface$$ImplementationB$self get self { final local$self = _instance.self; @@ -1504,6 +1511,7 @@ class _CopyWithStubImpl$Query$FetchImplementations$interface$$ImplementationB< Query$FetchImplementations$interface$$ImplementationB$self? self, }) => _res; + CopyWith$Query$FetchImplementations$interface$$ImplementationB$self get self => CopyWith$Query$FetchImplementations$interface$$ImplementationB$self diff --git a/packages/graphql_codegen/test/assets/interfaces_and_concrete_types/document.graphql.dart b/packages/graphql_codegen/test/assets/interfaces_and_concrete_types/document.graphql.dart index 8bb7e699..cd1c57ff 100644 --- a/packages/graphql_codegen/test/assets/interfaces_and_concrete_types/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/interfaces_and_concrete_types/document.graphql.dart @@ -277,6 +277,7 @@ class _CopyWithImpl$Query$FetchI implements CopyWith$Query$FetchI { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$FetchI$i1 get i1 { final local$i1 = _instance.i1; return local$i1 == null @@ -296,6 +297,7 @@ class _CopyWithStubImpl$Query$FetchI String? $__typename, }) => _res; + CopyWith$Query$FetchI$i1 get i1 => CopyWith$Query$FetchI$i1.stub(_res); } @@ -643,6 +645,7 @@ class _CopyWithImpl$Query$FetchI$i1 ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$FetchI$i1$i2 get i2 { final local$i2 = _instance.i2; return local$i2 == null @@ -662,6 +665,7 @@ class _CopyWithStubImpl$Query$FetchI$i1 String? $__typename, }) => _res; + CopyWith$Query$FetchI$i1$i2 get i2 => CopyWith$Query$FetchI$i1$i2.stub(_res); } @@ -813,6 +817,7 @@ class _CopyWithImpl$Query$FetchI$i1$i2 ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$FetchI$i1$i2$field get field { final local$field = _instance.field; return local$field == null @@ -832,6 +837,7 @@ class _CopyWithStubImpl$Query$FetchI$i1$i2 String? $__typename, }) => _res; + CopyWith$Query$FetchI$i1$i2$field get field => CopyWith$Query$FetchI$i1$i2$field.stub(_res); } @@ -1230,6 +1236,7 @@ class _CopyWithImpl$Query$FetchI$i1$i2$$T2 ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$FetchI$i1$i2$$T2$field get field { final local$field = _instance.field; return local$field == null @@ -1250,6 +1257,7 @@ class _CopyWithStubImpl$Query$FetchI$i1$i2$$T2 String? $__typename, }) => _res; + CopyWith$Query$FetchI$i1$i2$$T2$field get field => CopyWith$Query$FetchI$i1$i2$$T2$field.stub(_res); } @@ -1508,6 +1516,7 @@ class _CopyWithImpl$Query$FetchI$i1$$T1 ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$FetchI$i1$$T1$i2c get i2c { final local$i2c = _instance.i2c; return local$i2c == null @@ -1535,8 +1544,10 @@ class _CopyWithStubImpl$Query$FetchI$i1$$T1 String? $__typename, }) => _res; + CopyWith$Query$FetchI$i1$$T1$i2c get i2c => CopyWith$Query$FetchI$i1$$T1$i2c.stub(_res); + CopyWith$Query$FetchI$i1$$T1$i2 get i2 => CopyWith$Query$FetchI$i1$$T1$i2.stub(_res); } @@ -1654,6 +1665,7 @@ class _CopyWithImpl$Query$FetchI$i1$$T1$i2c ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$FetchI$i1$$T1$i2c$field get field { final local$field = _instance.field; return local$field == null @@ -1674,6 +1686,7 @@ class _CopyWithStubImpl$Query$FetchI$i1$$T1$i2c String? $__typename, }) => _res; + CopyWith$Query$FetchI$i1$$T1$i2c$field get field => CopyWith$Query$FetchI$i1$$T1$i2c$field.stub(_res); } @@ -1949,6 +1962,7 @@ class _CopyWithImpl$Query$FetchI$i1$$T1$i2 ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$FetchI$i1$$T1$i2$field get field { final local$field = _instance.field; return local$field == null @@ -1969,6 +1983,7 @@ class _CopyWithStubImpl$Query$FetchI$i1$$T1$i2 String? $__typename, }) => _res; + CopyWith$Query$FetchI$i1$$T1$i2$field get field => CopyWith$Query$FetchI$i1$$T1$i2$field.stub(_res); } @@ -2371,6 +2386,7 @@ class _CopyWithImpl$Query$FetchI$i1$$T1$i2$$T2 ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$FetchI$i1$$T1$i2$$T2$field get field { final local$field = _instance.field; return local$field == null @@ -2391,6 +2407,7 @@ class _CopyWithStubImpl$Query$FetchI$i1$$T1$i2$$T2 String? $__typename, }) => _res; + CopyWith$Query$FetchI$i1$$T1$i2$$T2$field get field => CopyWith$Query$FetchI$i1$$T1$i2$$T2$field.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/introspection_schema/document.graphql.dart b/packages/graphql_codegen/test/assets/introspection_schema/document.graphql.dart index 975789db..b775a36e 100644 --- a/packages/graphql_codegen/test/assets/introspection_schema/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/introspection_schema/document.graphql.dart @@ -336,6 +336,7 @@ class _CopyWithImpl$Fragment$FullType ? _instance.$__typename : ($__typename as String), )); + TRes fields( Iterable? Function( Iterable< @@ -348,6 +349,7 @@ class _CopyWithImpl$Fragment$FullType e, (i) => i, )))?.toList()); + TRes inputFields( Iterable? Function( Iterable>?) @@ -358,6 +360,7 @@ class _CopyWithImpl$Fragment$FullType e, (i) => i, )))?.toList()); + TRes interfaces( Iterable? Function( Iterable>?) @@ -368,6 +371,7 @@ class _CopyWithImpl$Fragment$FullType e, (i) => i, )))?.toList()); + TRes enumValues( Iterable? Function( Iterable< @@ -380,6 +384,7 @@ class _CopyWithImpl$Fragment$FullType e, (i) => i, )))?.toList()); + TRes possibleTypes( Iterable? Function( Iterable>?) @@ -410,10 +415,15 @@ class _CopyWithStubImpl$Fragment$FullType String? $__typename, }) => _res; + fields(_fn) => _res; + inputFields(_fn) => _res; + interfaces(_fn) => _res; + enumValues(_fn) => _res; + possibleTypes(_fn) => _res; } @@ -872,6 +882,7 @@ class _CopyWithImpl$Fragment$FullType$fields ? _instance.$__typename : ($__typename as String), )); + TRes args( Iterable Function( Iterable>) @@ -881,6 +892,7 @@ class _CopyWithImpl$Fragment$FullType$fields e, (i) => i, ))).toList()); + CopyWith$Fragment$TypeRef get type { final local$type = _instance.type; return CopyWith$Fragment$TypeRef(local$type, (e) => call(type: e)); @@ -903,7 +915,9 @@ class _CopyWithStubImpl$Fragment$FullType$fields String? $__typename, }) => _res; + args(_fn) => _res; + CopyWith$Fragment$TypeRef get type => CopyWith$Fragment$TypeRef.stub(_res); } @@ -1436,6 +1450,7 @@ class _CopyWithImpl$Fragment$InputValue ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$TypeRef get type { final local$type = _instance.type; return CopyWith$Fragment$TypeRef(local$type, (e) => call(type: e)); @@ -1456,6 +1471,7 @@ class _CopyWithStubImpl$Fragment$InputValue String? $__typename, }) => _res; + CopyWith$Fragment$TypeRef get type => CopyWith$Fragment$TypeRef.stub(_res); } @@ -1797,6 +1813,7 @@ class _CopyWithImpl$Query$Introspection ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$Introspection$__schema get $__schema { final local$$__schema = _instance.$__schema; return CopyWith$Query$Introspection$__schema( @@ -1823,8 +1840,10 @@ class _CopyWithStubImpl$Query$Introspection String? $__typename, }) => _res; + CopyWith$Query$Introspection$__schema get $__schema => CopyWith$Query$Introspection$__schema.stub(_res); + CopyWith$Fragment$FullType get $__type => CopyWith$Fragment$FullType.stub(_res); } @@ -2259,6 +2278,7 @@ class _CopyWithImpl$Query$Introspection$__schema ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$Introspection$__schema$queryType get queryType { final local$queryType = _instance.queryType; return CopyWith$Query$Introspection$__schema$queryType( @@ -2293,6 +2313,7 @@ class _CopyWithImpl$Query$Introspection$__schema e, (i) => i, ))).toList()); + TRes directives( Iterable Function( Iterable< @@ -2322,14 +2343,19 @@ class _CopyWithStubImpl$Query$Introspection$__schema String? $__typename, }) => _res; + CopyWith$Query$Introspection$__schema$queryType get queryType => CopyWith$Query$Introspection$__schema$queryType.stub(_res); + CopyWith$Query$Introspection$__schema$mutationType get mutationType => CopyWith$Query$Introspection$__schema$mutationType.stub(_res); + CopyWith$Query$Introspection$__schema$subscriptionType get subscriptionType => CopyWith$Query$Introspection$__schema$subscriptionType.stub(_res); + types(_fn) => _res; + directives(_fn) => _res; } @@ -2901,6 +2927,7 @@ class _CopyWithImpl$Query$Introspection$__schema$directives ? _instance.$__typename : ($__typename as String), )); + TRes args( Iterable Function( Iterable>) @@ -2926,5 +2953,6 @@ class _CopyWithStubImpl$Query$Introspection$__schema$directives String? $__typename, }) => _res; + args(_fn) => _res; } diff --git a/packages/graphql_codegen/test/assets/issue_158/document.graphql.dart b/packages/graphql_codegen/test/assets/issue_158/document.graphql.dart index 2b7324f5..53b838e1 100644 --- a/packages/graphql_codegen/test/assets/issue_158/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/issue_158/document.graphql.dart @@ -591,6 +591,7 @@ class _CopyWithImpl$Query$GetPerson ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$GetPerson$person get person { final local$person = _instance.person; return local$person == null @@ -610,6 +611,7 @@ class _CopyWithStubImpl$Query$GetPerson String? $__typename, }) => _res; + CopyWith$Query$GetPerson$person get person => CopyWith$Query$GetPerson$person.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/issue_160/document.graphql.dart b/packages/graphql_codegen/test/assets/issue_160/document.graphql.dart index f3887b7e..b3a2bde0 100644 --- a/packages/graphql_codegen/test/assets/issue_160/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/issue_160/document.graphql.dart @@ -37,8 +37,10 @@ class Input$I1 { List>? get nested => (_$data['nested'] as List>?); + List?>? get maybe_nested => (_$data['maybe_nested'] as List?>?); + Map toJson() { final result$data = {}; if (_$data.containsKey('nested')) { @@ -59,6 +61,7 @@ class Input$I1 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -193,6 +196,7 @@ class _CopyWithImpl$Input$I1 implements CopyWith$Input$I1 { if (maybe_nested != _undefined) 'maybe_nested': (maybe_nested as List?>?), })); + TRes nested( Iterable>? Function( Iterable>>?) @@ -203,6 +207,7 @@ class _CopyWithImpl$Input$I1 implements CopyWith$Input$I1 { e, (i) => i, ))))?.map((e) => e.toList()).toList()); + TRes maybe_nested( Iterable?>? Function( Iterable?>?>?) @@ -227,7 +232,9 @@ class _CopyWithStubImpl$Input$I1 implements CopyWith$Input$I1 { List?>? maybe_nested, }) => _res; + nested(_fn) => _res; + maybe_nested(_fn) => _res; } @@ -250,6 +257,7 @@ class Input$I2 { Map _$data; String? get str => (_$data['str'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('str')) { @@ -263,6 +271,7 @@ class Input$I2 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/issue_168/schema.graphql.dart b/packages/graphql_codegen/test/assets/issue_168/schema.graphql.dart index 1e20339d..5129d733 100644 --- a/packages/graphql_codegen/test/assets/issue_168/schema.graphql.dart +++ b/packages/graphql_codegen/test/assets/issue_168/schema.graphql.dart @@ -20,6 +20,7 @@ class Input$WalletGetContentInput { Map _$data; String? get id => (_$data['id'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('id')) { @@ -34,6 +35,7 @@ class Input$WalletGetContentInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -293,6 +295,7 @@ class Variables$Query$WalletGetContent { Input$WalletGetContentInput get input => (_$data['input'] as Input$WalletGetContentInput); + Map toJson() { final result$data = {}; final l$input = input; @@ -305,6 +308,7 @@ class Variables$Query$WalletGetContent { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -361,6 +365,7 @@ class _CopyWithImpl$Variables$Query$WalletGetContent if (input != _undefined && input != null) 'input': (input as Input$WalletGetContentInput), })); + CopyWith$Input$WalletGetContentInput get input { final local$input = _instance.input; return CopyWith$Input$WalletGetContentInput( @@ -375,6 +380,7 @@ class _CopyWithStubImpl$Variables$Query$WalletGetContent TRes _res; call({Input$WalletGetContentInput? input}) => _res; + CopyWith$Input$WalletGetContentInput get input => CopyWith$Input$WalletGetContentInput.stub(_res); } @@ -491,6 +497,7 @@ class _CopyWithImpl$Query$WalletGetContent ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$WalletGetContent$walletGetContent get walletGetContent { final local$walletGetContent = _instance.walletGetContent; return CopyWith$Query$WalletGetContent$walletGetContent( @@ -509,6 +516,7 @@ class _CopyWithStubImpl$Query$WalletGetContent String? $__typename, }) => _res; + CopyWith$Query$WalletGetContent$walletGetContent get walletGetContent => CopyWith$Query$WalletGetContent$walletGetContent.stub(_res); } @@ -822,6 +830,7 @@ class _CopyWithImpl$Query$WalletGetContent$walletGetContent ? _instance.$__typename : ($__typename as String), )); + TRes blocks( Iterable? Function( Iterable< @@ -847,6 +856,7 @@ class _CopyWithStubImpl$Query$WalletGetContent$walletGetContent String? $__typename, }) => _res; + blocks(_fn) => _res; } @@ -1200,6 +1210,7 @@ class _CopyWithImpl$Query$WalletGetContent$walletGetContent$blocks$$WalletConten ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$WalletGetContent$walletGetContent$blocks$$WalletContentBlockList$blockType< TRes> get blockType { final local$blockType = _instance.blockType; @@ -1241,11 +1252,13 @@ class _CopyWithStubImpl$Query$WalletGetContent$walletGetContent$blocks$$WalletCo String? $__typename, }) => _res; + CopyWith$Query$WalletGetContent$walletGetContent$blocks$$WalletContentBlockList$blockType< TRes> get blockType => CopyWith$Query$WalletGetContent$walletGetContent$blocks$$WalletContentBlockList$blockType .stub(_res); + items(_fn) => _res; } diff --git a/packages/graphql_codegen/test/assets/issue_179/schema.graphql.dart b/packages/graphql_codegen/test/assets/issue_179/schema.graphql.dart index b7c82129..fb38dc57 100644 --- a/packages/graphql_codegen/test/assets/issue_179/schema.graphql.dart +++ b/packages/graphql_codegen/test/assets/issue_179/schema.graphql.dart @@ -25,7 +25,9 @@ class Input$AddProjectToSecurityDashboardInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -43,6 +45,7 @@ class Input$AddProjectToSecurityDashboardInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -260,25 +263,43 @@ class Input$AdminSidekiqQueuesDeleteJobsInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get user => (_$data['user'] as String?); + String? get project => (_$data['project'] as String?); + String? get rootNamespace => (_$data['rootNamespace'] as String?); + String? get clientId => (_$data['clientId'] as String?); + String? get callerId => (_$data['callerId'] as String?); + String? get remoteIp => (_$data['remoteIp'] as String?); + String? get jobId => (_$data['jobId'] as String?); + String? get pipelineId => (_$data['pipelineId'] as String?); + String? get relatedClass => (_$data['relatedClass'] as String?); + String? get featureCategory => (_$data['featureCategory'] as String?); + String? get artifactSize => (_$data['artifactSize'] as String?); + String? get artifactsDependenciesSize => (_$data['artifactsDependenciesSize'] as String?); + String? get artifactsDependenciesCount => (_$data['artifactsDependenciesCount'] as String?); + String? get rootCallerId => (_$data['rootCallerId'] as String?); + String? get subscriptionPlan => (_$data['subscriptionPlan'] as String?); + String? get workerClass => (_$data['workerClass'] as String?); + String get queueName => (_$data['queueName'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -360,6 +381,7 @@ class Input$AdminSidekiqQueuesDeleteJobsInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -740,10 +762,14 @@ class Input$AlertManagementPayloadAlertFieldInput { Enum$AlertManagementPayloadAlertFieldName get fieldName => (_$data['fieldName'] as Enum$AlertManagementPayloadAlertFieldName); + List get path => (_$data['path'] as List); + String? get label => (_$data['label'] as String?); + Enum$AlertManagementPayloadAlertFieldType get type => (_$data['type'] as Enum$AlertManagementPayloadAlertFieldType); + Map toJson() { final result$data = {}; final l$fieldName = fieldName; @@ -767,6 +793,7 @@ class Input$AlertManagementPayloadAlertFieldInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -930,12 +957,17 @@ class Input$AlertSetAssigneesInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + List get assigneeUsernames => (_$data['assigneeUsernames'] as List); + Enum$MutationOperationMode? get operationMode => (_$data['operationMode'] as Enum$MutationOperationMode?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -963,6 +995,7 @@ class Input$AlertSetAssigneesInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1130,8 +1163,11 @@ class Input$AlertTodoCreateInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -1150,6 +1186,7 @@ class Input$AlertTodoCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1310,14 +1347,22 @@ class Input$ApiFuzzingCiConfigurationCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get apiSpecificationFile => (_$data['apiSpecificationFile'] as String); + String? get authPassword => (_$data['authPassword'] as String?); + String? get authUsername => (_$data['authUsername'] as String?); + Enum$ApiFuzzingScanMode get scanMode => (_$data['scanMode'] as Enum$ApiFuzzingScanMode); + String? get scanProfile => (_$data['scanProfile'] as String?); + String get target => (_$data['target'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -1353,6 +1398,7 @@ class Input$ApiFuzzingCiConfigurationCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1562,9 +1608,13 @@ class Input$AuditEventsStreamingHeadersCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get key => (_$data['key'] as String); + String get value => (_$data['value'] as String); + String get destinationId => (_$data['destinationId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -1586,6 +1636,7 @@ class Input$AuditEventsStreamingHeadersCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1726,7 +1777,9 @@ class Input$AuditEventsStreamingHeadersDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get headerId => (_$data['headerId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -1744,6 +1797,7 @@ class Input$AuditEventsStreamingHeadersDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1871,9 +1925,13 @@ class Input$AuditEventsStreamingHeadersUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get headerId => (_$data['headerId'] as String); + String get key => (_$data['key'] as String); + String get value => (_$data['value'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -1895,6 +1953,7 @@ class Input$AuditEventsStreamingHeadersUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -2038,8 +2097,11 @@ class Input$AwardEmojiAddInput { Map _$data; String get awardableId => (_$data['awardableId'] as String); + String get name => (_$data['name'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$awardableId = awardableId; @@ -2058,6 +2120,7 @@ class Input$AwardEmojiAddInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -2190,8 +2253,11 @@ class Input$AwardEmojiRemoveInput { Map _$data; String get awardableId => (_$data['awardableId'] as String); + String get name => (_$data['name'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$awardableId = awardableId; @@ -2210,6 +2276,7 @@ class Input$AwardEmojiRemoveInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -2342,8 +2409,11 @@ class Input$AwardEmojiToggleInput { Map _$data; String get awardableId => (_$data['awardableId'] as String); + String get name => (_$data['name'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$awardableId = awardableId; @@ -2362,6 +2432,7 @@ class Input$AwardEmojiToggleInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -2502,10 +2573,15 @@ class Input$BoardEpicCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get groupPath => (_$data['groupPath'] as String); + String get boardId => (_$data['boardId'] as String); + String get listId => (_$data['listId'] as String); + String get title => (_$data['title'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -2528,6 +2604,7 @@ class Input$BoardEpicCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -2825,34 +2902,55 @@ class Input$BoardIssueInput { Map _$data; List? get labelName => (_$data['labelName'] as List?); + String? get authorUsername => (_$data['authorUsername'] as String?); + String? get myReactionEmoji => (_$data['myReactionEmoji'] as String?); + List? get iids => (_$data['iids'] as List?); + String? get milestoneTitle => (_$data['milestoneTitle'] as String?); + List? get assigneeUsername => (_$data['assigneeUsername'] as List?); + String? get releaseTag => (_$data['releaseTag'] as String?); + List? get types => (_$data['types'] as List?); + Enum$MilestoneWildcardId? get milestoneWildcardId => (_$data['milestoneWildcardId'] as Enum$MilestoneWildcardId?); + String? get epicId => (_$data['epicId'] as String?); + String? get iterationTitle => (_$data['iterationTitle'] as String?); + String? get weight => (_$data['weight'] as String?); + List? get iterationId => (_$data['iterationId'] as List?); + Input$NegatedBoardIssueInput? get not => (_$data['not'] as Input$NegatedBoardIssueInput?); + String? get search => (_$data['search'] as String?); + Enum$AssigneeWildcardId? get assigneeWildcardId => (_$data['assigneeWildcardId'] as Enum$AssigneeWildcardId?); + bool? get confidential => (_$data['confidential'] as bool?); + Enum$EpicWildcardId? get epicWildcardId => (_$data['epicWildcardId'] as Enum$EpicWildcardId?); + Enum$IterationWildcardId? get iterationWildcardId => (_$data['iterationWildcardId'] as Enum$IterationWildcardId?); + List? get iterationCadenceId => (_$data['iterationCadenceId'] as List?); + Enum$WeightWildcardId? get weightWildcardId => (_$data['weightWildcardId'] as Enum$WeightWildcardId?); + Map toJson() { final result$data = {}; if (_$data.containsKey('labelName')) { @@ -2960,6 +3058,7 @@ class Input$BoardIssueInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -3409,6 +3508,7 @@ class _CopyWithImpl$Input$BoardIssueInput if (weightWildcardId != _undefined) 'weightWildcardId': (weightWildcardId as Enum$WeightWildcardId?), })); + CopyWith$Input$NegatedBoardIssueInput get not { final local$not = _instance.not; return local$not == null @@ -3447,6 +3547,7 @@ class _CopyWithStubImpl$Input$BoardIssueInput Enum$WeightWildcardId? weightWildcardId, }) => _res; + CopyWith$Input$NegatedBoardIssueInput get not => CopyWith$Input$NegatedBoardIssueInput.stub(_res); } @@ -3507,12 +3608,19 @@ class Input$BoardListCreateInput { Map _$data; bool? get backlog => (_$data['backlog'] as bool?); + String? get labelId => (_$data['labelId'] as String?); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get boardId => (_$data['boardId'] as String); + String? get milestoneId => (_$data['milestoneId'] as String?); + String? get iterationId => (_$data['iterationId'] as String?); + String? get assigneeId => (_$data['assigneeId'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('backlog')) { @@ -3549,6 +3657,7 @@ class Input$BoardListCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -3760,11 +3869,16 @@ class Input$BoardListUpdateLimitMetricsInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get listId => (_$data['listId'] as String); + Enum$ListLimitMetric? get limitMetric => (_$data['limitMetric'] as Enum$ListLimitMetric?); + int? get maxIssueCount => (_$data['maxIssueCount'] as int?); + int? get maxIssueWeight => (_$data['maxIssueWeight'] as int?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -3796,6 +3910,7 @@ class Input$BoardListUpdateLimitMetricsInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -3970,8 +4085,11 @@ class Input$BulkEnableDevopsAdoptionNamespacesInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + List get namespaceIds => (_$data['namespaceIds'] as List); + String? get displayNamespaceId => (_$data['displayNamespaceId'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -3993,6 +4111,7 @@ class Input$BulkEnableDevopsAdoptionNamespacesInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -4139,7 +4258,9 @@ class Input$BulkRunnerDeleteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + List? get ids => (_$data['ids'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -4158,6 +4279,7 @@ class Input$BulkRunnerDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -4320,11 +4442,17 @@ class Input$CiCdSettingsUpdateInput { Map _$data; String get fullPath => (_$data['fullPath'] as String); + bool? get keepLatestArtifact => (_$data['keepLatestArtifact'] as bool?); + bool? get jobTokenScopeEnabled => (_$data['jobTokenScopeEnabled'] as bool?); + bool? get mergePipelinesEnabled => (_$data['mergePipelinesEnabled'] as bool?); + bool? get mergeTrainsEnabled => (_$data['mergeTrainsEnabled'] as bool?); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$fullPath = fullPath; @@ -4357,6 +4485,7 @@ class Input$CiCdSettingsUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -4551,8 +4680,11 @@ class Input$CiJobTokenScopeAddProjectInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get targetProjectPath => (_$data['targetProjectPath'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -4572,6 +4704,7 @@ class Input$CiJobTokenScopeAddProjectInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -4706,8 +4839,11 @@ class Input$CiJobTokenScopeRemoveProjectInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get targetProjectPath => (_$data['targetProjectPath'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -4727,6 +4863,7 @@ class Input$CiJobTokenScopeRemoveProjectInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -4854,7 +4991,9 @@ class Input$CiVariableInput { Map _$data; String get key => (_$data['key'] as String); + String get value => (_$data['value'] as String); + Map toJson() { final result$data = {}; final l$key = key; @@ -4869,6 +5008,7 @@ class Input$CiVariableInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -4979,7 +5119,9 @@ class Input$ClusterAgentDeleteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -4996,6 +5138,7 @@ class Input$ClusterAgentDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -5123,9 +5266,13 @@ class Input$ClusterAgentTokenCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get clusterAgentId => (_$data['clusterAgentId'] as String); + String? get description => (_$data['description'] as String?); + String get name => (_$data['name'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -5149,6 +5296,7 @@ class Input$ClusterAgentTokenCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -5293,7 +5441,9 @@ class Input$ClusterAgentTokenRevokeInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -5311,6 +5461,7 @@ class Input$ClusterAgentTokenRevokeInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -5459,13 +5610,20 @@ class Input$CommitAction { Enum$CommitActionMode get action => (_$data['action'] as Enum$CommitActionMode); + String? get content => (_$data['content'] as String?); + Enum$CommitEncoding? get encoding => (_$data['encoding'] as Enum$CommitEncoding?); + bool? get executeFilemode => (_$data['executeFilemode'] as bool?); + String get filePath => (_$data['filePath'] as String); + String? get lastCommitId => (_$data['lastCommitId'] as String?); + String? get previousPath => (_$data['previousPath'] as String?); + Map toJson() { final result$data = {}; final l$action = action; @@ -5501,6 +5659,7 @@ class Input$CommitAction { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -5711,12 +5870,18 @@ class Input$CommitCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get branch => (_$data['branch'] as String); + String? get startBranch => (_$data['startBranch'] as String?); + String get message => (_$data['message'] as String); + List get actions => (_$data['actions'] as List); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -5743,6 +5908,7 @@ class Input$CommitCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -5877,6 +6043,7 @@ class _CopyWithImpl$Input$CommitCreateInput if (actions != _undefined && actions != null) 'actions': (actions as List), })); + TRes actions( Iterable Function( Iterable>) @@ -5903,6 +6070,7 @@ class _CopyWithStubImpl$Input$CommitCreateInput List? actions, }) => _res; + actions(_fn) => _res; } @@ -5949,10 +6117,14 @@ class Input$ComplianceFrameworkInput { Map _$data; String? get name => (_$data['name'] as String?); + String? get description => (_$data['description'] as String?); + String? get color => (_$data['color'] as String?); + String? get pipelineConfigurationFullPath => (_$data['pipelineConfigurationFullPath'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('name')) { @@ -5980,6 +6152,7 @@ class Input$ComplianceFrameworkInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -6142,8 +6315,11 @@ class Input$ComplianceViolationInput { Map _$data; List? get projectIds => (_$data['projectIds'] as List?); + String? get mergedBefore => (_$data['mergedBefore'] as String?); + String? get mergedAfter => (_$data['mergedAfter'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('projectIds')) { @@ -6166,6 +6342,7 @@ class Input$ComplianceViolationInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -6318,7 +6495,9 @@ class Input$ConfigureContainerScanningInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -6336,6 +6515,7 @@ class Input$ConfigureContainerScanningInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -6454,7 +6634,9 @@ class Input$ConfigureDependencyScanningInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -6472,6 +6654,7 @@ class Input$ConfigureDependencyScanningInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -6589,7 +6772,9 @@ class Input$ConfigureSastIacInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -6606,6 +6791,7 @@ class Input$ConfigureSastIacInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -6728,9 +6914,12 @@ class Input$ConfigureSastInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Input$SastCiConfigurationInput get configuration => (_$data['configuration'] as Input$SastCiConfigurationInput); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -6749,6 +6938,7 @@ class Input$ConfigureSastInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -6837,6 +7027,7 @@ class _CopyWithImpl$Input$ConfigureSastInput if (configuration != _undefined && configuration != null) 'configuration': (configuration as Input$SastCiConfigurationInput), })); + CopyWith$Input$SastCiConfigurationInput get configuration { final local$configuration = _instance.configuration; return CopyWith$Input$SastCiConfigurationInput( @@ -6856,6 +7047,7 @@ class _CopyWithStubImpl$Input$ConfigureSastInput Input$SastCiConfigurationInput? configuration, }) => _res; + CopyWith$Input$SastCiConfigurationInput get configuration => CopyWith$Input$SastCiConfigurationInput.stub(_res); } @@ -6887,7 +7079,9 @@ class Input$ConfigureSecretDetectionInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -6905,6 +7099,7 @@ class Input$ConfigureSecretDetectionInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -7026,8 +7221,11 @@ class Input$CorpusCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get packageId => (_$data['packageId'] as String); + String get fullPath => (_$data['fullPath'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -7046,6 +7244,7 @@ class Input$CorpusCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -7179,8 +7378,11 @@ class Input$CreateAlertIssueInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -7199,6 +7401,7 @@ class Input$CreateAlertIssueInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -7353,12 +7556,19 @@ class Input$CreateAnnotationInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get environmentId => (_$data['environmentId'] as String?); + String? get clusterId => (_$data['clusterId'] as String?); + String get startingAt => (_$data['startingAt'] as String); + String? get endingAt => (_$data['endingAt'] as String?); + String get dashboardPath => (_$data['dashboardPath'] as String); + String get description => (_$data['description'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -7391,6 +7601,7 @@ class Input$CreateAnnotationInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -7649,18 +7860,31 @@ class Input$CreateBoardInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get projectPath => (_$data['projectPath'] as String?); + String? get groupPath => (_$data['groupPath'] as String?); + String? get name => (_$data['name'] as String?); + bool? get hideBacklogList => (_$data['hideBacklogList'] as bool?); + bool? get hideClosedList => (_$data['hideClosedList'] as bool?); + String? get assigneeId => (_$data['assigneeId'] as String?); + String? get milestoneId => (_$data['milestoneId'] as String?); + String? get iterationId => (_$data['iterationId'] as String?); + String? get iterationCadenceId => (_$data['iterationCadenceId'] as String?); + int? get weight => (_$data['weight'] as int?); + List? get labels => (_$data['labels'] as List?); + List? get labelIds => (_$data['labelIds'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -7723,6 +7947,7 @@ class Input$CreateBoardInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -8048,9 +8273,13 @@ class Input$CreateBranchInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get name => (_$data['name'] as String); + String get ref => (_$data['ref'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -8071,6 +8300,7 @@ class Input$CreateBranchInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -8214,8 +8444,11 @@ class Input$CreateClusterAgentInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get name => (_$data['name'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -8234,6 +8467,7 @@ class Input$CreateClusterAgentInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -8368,9 +8602,12 @@ class Input$CreateComplianceFrameworkInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get namespacePath => (_$data['namespacePath'] as String); + Input$ComplianceFrameworkInput get params => (_$data['params'] as Input$ComplianceFrameworkInput); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -8390,6 +8627,7 @@ class Input$CreateComplianceFrameworkInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -8478,6 +8716,7 @@ class _CopyWithImpl$Input$CreateComplianceFrameworkInput if (params != _undefined && params != null) 'params': (params as Input$ComplianceFrameworkInput), })); + CopyWith$Input$ComplianceFrameworkInput get params { final local$params = _instance.params; return CopyWith$Input$ComplianceFrameworkInput( @@ -8497,6 +8736,7 @@ class _CopyWithStubImpl$Input$CreateComplianceFrameworkInput Input$ComplianceFrameworkInput? params, }) => _res; + CopyWith$Input$ComplianceFrameworkInput get params => CopyWith$Input$ComplianceFrameworkInput.stub(_res); } @@ -8535,9 +8775,13 @@ class Input$CreateCustomEmojiInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get groupPath => (_$data['groupPath'] as String); + String get name => (_$data['name'] as String); + String get url => (_$data['url'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -8558,6 +8802,7 @@ class Input$CreateCustomEmojiInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -8712,11 +8957,16 @@ class Input$CreateDiffNoteInput { Map _$data; String get noteableId => (_$data['noteableId'] as String); + String get body => (_$data['body'] as String); + bool? get internal => (_$data['internal'] as bool?); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Input$DiffPositionInput get position => (_$data['position'] as Input$DiffPositionInput); + Map toJson() { final result$data = {}; final l$noteableId = noteableId; @@ -8741,6 +8991,7 @@ class Input$CreateDiffNoteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -8853,6 +9104,7 @@ class _CopyWithImpl$Input$CreateDiffNoteInput if (position != _undefined && position != null) 'position': (position as Input$DiffPositionInput), })); + CopyWith$Input$DiffPositionInput get position { final local$position = _instance.position; return CopyWith$Input$DiffPositionInput( @@ -8874,6 +9126,7 @@ class _CopyWithStubImpl$Input$CreateDiffNoteInput Input$DiffPositionInput? position, }) => _res; + CopyWith$Input$DiffPositionInput get position => CopyWith$Input$DiffPositionInput.stub(_res); } @@ -8974,19 +9227,32 @@ class Input$CreateEpicInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get groupPath => (_$data['groupPath'] as String); + String? get title => (_$data['title'] as String?); + String? get description => (_$data['description'] as String?); + bool? get confidential => (_$data['confidential'] as bool?); + String? get startDateFixed => (_$data['startDateFixed'] as String?); + String? get dueDateFixed => (_$data['dueDateFixed'] as String?); + bool? get startDateIsFixed => (_$data['startDateIsFixed'] as bool?); + bool? get dueDateIsFixed => (_$data['dueDateIsFixed'] as bool?); + List? get addLabelIds => (_$data['addLabelIds'] as List?); + List? get removeLabelIds => (_$data['removeLabelIds'] as List?); + List? get addLabels => (_$data['addLabels'] as List?); + String? get color => (_$data['color'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -9047,6 +9313,7 @@ class Input$CreateEpicInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -9392,11 +9659,16 @@ class Input$CreateImageDiffNoteInput { Map _$data; String get noteableId => (_$data['noteableId'] as String); + String get body => (_$data['body'] as String); + bool? get internal => (_$data['internal'] as bool?); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Input$DiffImagePositionInput get position => (_$data['position'] as Input$DiffImagePositionInput); + Map toJson() { final result$data = {}; final l$noteableId = noteableId; @@ -9421,6 +9693,7 @@ class Input$CreateImageDiffNoteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -9533,6 +9806,7 @@ class _CopyWithImpl$Input$CreateImageDiffNoteInput if (position != _undefined && position != null) 'position': (position as Input$DiffImagePositionInput), })); + CopyWith$Input$DiffImagePositionInput get position { final local$position = _instance.position; return CopyWith$Input$DiffImagePositionInput( @@ -9554,6 +9828,7 @@ class _CopyWithStubImpl$Input$CreateImageDiffNoteInput Input$DiffImagePositionInput? position, }) => _res; + CopyWith$Input$DiffImagePositionInput get position => CopyWith$Input$DiffImagePositionInput.stub(_res); } @@ -9730,32 +10005,56 @@ class Input$CreateIssueInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get description => (_$data['description'] as String?); + String? get dueDate => (_$data['dueDate'] as String?); + bool? get confidential => (_$data['confidential'] as bool?); + bool? get locked => (_$data['locked'] as bool?); + Enum$IssueType? get type => (_$data['type'] as Enum$IssueType?); + String get projectPath => (_$data['projectPath'] as String); + int? get iid => (_$data['iid'] as int?); + String get title => (_$data['title'] as String); + String? get milestoneId => (_$data['milestoneId'] as String?); + List? get labels => (_$data['labels'] as List?); + List? get labelIds => (_$data['labelIds'] as List?); + String? get createdAt => (_$data['createdAt'] as String?); + String? get mergeRequestToResolveDiscussionsOf => (_$data['mergeRequestToResolveDiscussionsOf'] as String?); + String? get discussionToResolve => (_$data['discussionToResolve'] as String?); + List? get assigneeIds => (_$data['assigneeIds'] as List?); + String? get moveBeforeId => (_$data['moveBeforeId'] as String?); + String? get moveAfterId => (_$data['moveAfterId'] as String?); + Enum$HealthStatus? get healthStatus => (_$data['healthStatus'] as Enum$HealthStatus?); + int? get weight => (_$data['weight'] as int?); + String? get epicId => (_$data['epicId'] as String?); + String? get iterationId => (_$data['iterationId'] as String?); + Enum$IssueCreationIterationWildcardId? get iterationWildcardId => (_$data['iterationWildcardId'] as Enum$IssueCreationIterationWildcardId?); + String? get iterationCadenceId => (_$data['iterationCadenceId'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -9865,6 +10164,7 @@ class Input$CreateIssueInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -10406,13 +10706,21 @@ class Input$CreateIterationInput { Map _$data; String? get projectPath => (_$data['projectPath'] as String?); + String? get groupPath => (_$data['groupPath'] as String?); + String? get iterationsCadenceId => (_$data['iterationsCadenceId'] as String?); + String? get title => (_$data['title'] as String?); + String? get description => (_$data['description'] as String?); + String? get startDate => (_$data['startDate'] as String?); + String? get dueDate => (_$data['dueDate'] as String?); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('projectPath')) { @@ -10455,6 +10763,7 @@ class Input$CreateIterationInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -10690,12 +10999,18 @@ class Input$CreateNoteInput { Map _$data; String get noteableId => (_$data['noteableId'] as String); + String get body => (_$data['body'] as String); + bool? get internal => (_$data['internal'] as bool?); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get discussionId => (_$data['discussionId'] as String?); + String? get mergeRequestDiffHeadSha => (_$data['mergeRequestDiffHeadSha'] as String?); + Map toJson() { final result$data = {}; final l$noteableId = noteableId; @@ -10726,6 +11041,7 @@ class Input$CreateNoteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -10914,9 +11230,13 @@ class Input$CreateRequirementInput { Map _$data; String? get title => (_$data['title'] as String?); + String? get description => (_$data['description'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('title')) { @@ -10941,6 +11261,7 @@ class Input$CreateRequirementInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -11121,14 +11442,21 @@ class Input$CreateSnippetInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get title => (_$data['title'] as String); + String? get description => (_$data['description'] as String?); + Enum$VisibilityLevelsEnum get visibilityLevel => (_$data['visibilityLevel'] as Enum$VisibilityLevelsEnum); + String? get projectPath => (_$data['projectPath'] as String?); + List? get uploadedFiles => (_$data['uploadedFiles'] as List?); + List? get blobActions => (_$data['blobActions'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -11165,6 +11493,7 @@ class Input$CreateSnippetInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -11346,6 +11675,7 @@ class _CopyWithImpl$Input$CreateSnippetInput 'blobActions': (blobActions as List?), })); + TRes blobActions( Iterable? Function( Iterable< @@ -11376,6 +11706,7 @@ class _CopyWithStubImpl$Input$CreateSnippetInput List? blobActions, }) => _res; + blobActions(_fn) => _res; } @@ -11422,10 +11753,15 @@ class Input$CreateTestCaseInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get title => (_$data['title'] as String); + String? get description => (_$data['description'] as String?); + List? get labelIds => (_$data['labelIds'] as List?); + String get projectPath => (_$data['projectPath'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -11452,6 +11788,7 @@ class Input$CreateTestCaseInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -11658,13 +11995,21 @@ class Input$CustomerRelationsContactCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get groupId => (_$data['groupId'] as String); + String? get organizationId => (_$data['organizationId'] as String?); + String get firstName => (_$data['firstName'] as String); + String get lastName => (_$data['lastName'] as String); + String? get phone => (_$data['phone'] as String?); + String? get email => (_$data['email'] as String?); + String? get description => (_$data['description'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -11702,6 +12047,7 @@ class Input$CustomerRelationsContactCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -11945,14 +12291,23 @@ class Input$CustomerRelationsContactUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get organizationId => (_$data['organizationId'] as String?); + String? get firstName => (_$data['firstName'] as String?); + String? get lastName => (_$data['lastName'] as String?); + String? get phone => (_$data['phone'] as String?); + String? get email => (_$data['email'] as String?); + String? get description => (_$data['description'] as String?); + bool? get active => (_$data['active'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -11998,6 +12353,7 @@ class Input$CustomerRelationsContactUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -12234,10 +12590,15 @@ class Input$CustomerRelationsOrganizationCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get groupId => (_$data['groupId'] as String); + String get name => (_$data['name'] as String); + double? get defaultRate => (_$data['defaultRate'] as double?); + String? get description => (_$data['description'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -12265,6 +12626,7 @@ class Input$CustomerRelationsOrganizationCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -12449,11 +12811,17 @@ class Input$CustomerRelationsOrganizationUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get name => (_$data['name'] as String?); + double? get defaultRate => (_$data['defaultRate'] as double?); + String? get description => (_$data['description'] as String?); + bool? get active => (_$data['active'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -12487,6 +12855,7 @@ class Input$CustomerRelationsOrganizationUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -12674,10 +13043,14 @@ class Input$DastOnDemandScanCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get fullPath => (_$data['fullPath'] as String); + String get dastSiteProfileId => (_$data['dastSiteProfileId'] as String); + String? get dastScannerProfileId => (_$data['dastScannerProfileId'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -12700,6 +13073,7 @@ class Input$DastOnDemandScanCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -12852,7 +13226,9 @@ class Input$DastProfileCadenceInput { Enum$DastProfileCadenceUnit? get unit => (_$data['unit'] as Enum$DastProfileCadenceUnit?); + int? get duration => (_$data['duration'] as int?); + Map toJson() { final result$data = {}; if (_$data.containsKey('unit')) { @@ -12872,6 +13248,7 @@ class Input$DastProfileCadenceInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -13030,15 +13407,24 @@ class Input$DastProfileCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get fullPath => (_$data['fullPath'] as String); + Input$DastProfileScheduleInput? get dastProfileSchedule => (_$data['dastProfileSchedule'] as Input$DastProfileScheduleInput?); + String get name => (_$data['name'] as String); + String? get description => (_$data['description'] as String?); + String? get branchName => (_$data['branchName'] as String?); + String get dastSiteProfileId => (_$data['dastSiteProfileId'] as String); + String get dastScannerProfileId => (_$data['dastScannerProfileId'] as String); + bool? get runAfterCreate => (_$data['runAfterCreate'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -13077,6 +13463,7 @@ class Input$DastProfileCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -13247,6 +13634,7 @@ class _CopyWithImpl$Input$DastProfileCreateInput if (runAfterCreate != _undefined) 'runAfterCreate': (runAfterCreate as bool?), })); + CopyWith$Input$DastProfileScheduleInput get dastProfileSchedule { final local$dastProfileSchedule = _instance.dastProfileSchedule; return local$dastProfileSchedule == null @@ -13274,6 +13662,7 @@ class _CopyWithStubImpl$Input$DastProfileCreateInput bool? runAfterCreate, }) => _res; + CopyWith$Input$DastProfileScheduleInput get dastProfileSchedule => CopyWith$Input$DastProfileScheduleInput.stub(_res); } @@ -13304,7 +13693,9 @@ class Input$DastProfileDeleteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -13321,6 +13712,7 @@ class Input$DastProfileDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -13437,7 +13829,9 @@ class Input$DastProfileRunInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -13454,6 +13848,7 @@ class Input$DastProfileRunInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -13587,10 +13982,14 @@ class Input$DastProfileScheduleInput { Map _$data; bool? get active => (_$data['active'] as bool?); + String? get startsAt => (_$data['startsAt'] as String?); + String? get timezone => (_$data['timezone'] as String?); + Input$DastProfileCadenceInput? get cadence => (_$data['cadence'] as Input$DastProfileCadenceInput?); + Map toJson() { final result$data = {}; if (_$data.containsKey('active')) { @@ -13617,6 +14016,7 @@ class Input$DastProfileScheduleInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -13723,6 +14123,7 @@ class _CopyWithImpl$Input$DastProfileScheduleInput if (cadence != _undefined) 'cadence': (cadence as Input$DastProfileCadenceInput?), })); + CopyWith$Input$DastProfileCadenceInput get cadence { final local$cadence = _instance.cadence; return local$cadence == null @@ -13745,6 +14146,7 @@ class _CopyWithStubImpl$Input$DastProfileScheduleInput Input$DastProfileCadenceInput? cadence, }) => _res; + CopyWith$Input$DastProfileCadenceInput get cadence => CopyWith$Input$DastProfileCadenceInput.stub(_res); } @@ -13822,16 +14224,25 @@ class Input$DastProfileUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Input$DastProfileScheduleInput? get dastProfileSchedule => (_$data['dastProfileSchedule'] as Input$DastProfileScheduleInput?); + String? get name => (_$data['name'] as String?); + String? get description => (_$data['description'] as String?); + String? get branchName => (_$data['branchName'] as String?); + String? get dastSiteProfileId => (_$data['dastSiteProfileId'] as String?); + String? get dastScannerProfileId => (_$data['dastScannerProfileId'] as String?); + bool? get runAfterUpdate => (_$data['runAfterUpdate'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -13876,6 +14287,7 @@ class Input$DastProfileUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -14058,6 +14470,7 @@ class _CopyWithImpl$Input$DastProfileUpdateInput if (runAfterUpdate != _undefined) 'runAfterUpdate': (runAfterUpdate as bool?), })); + CopyWith$Input$DastProfileScheduleInput get dastProfileSchedule { final local$dastProfileSchedule = _instance.dastProfileSchedule; return local$dastProfileSchedule == null @@ -14085,6 +14498,7 @@ class _CopyWithStubImpl$Input$DastProfileUpdateInput bool? runAfterUpdate, }) => _res; + CopyWith$Input$DastProfileScheduleInput get dastProfileSchedule => CopyWith$Input$DastProfileScheduleInput.stub(_res); } @@ -14152,14 +14566,22 @@ class Input$DastScannerProfileCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get fullPath => (_$data['fullPath'] as String); + String get profileName => (_$data['profileName'] as String); + int? get spiderTimeout => (_$data['spiderTimeout'] as int?); + int? get targetTimeout => (_$data['targetTimeout'] as int?); + Enum$DastScanTypeEnum? get scanType => (_$data['scanType'] as Enum$DastScanTypeEnum?); + bool? get useAjaxSpider => (_$data['useAjaxSpider'] as bool?); + bool? get showDebugMessages => (_$data['showDebugMessages'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -14200,6 +14622,7 @@ class Input$DastScannerProfileCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -14410,7 +14833,9 @@ class Input$DastScannerProfileDeleteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -14428,6 +14853,7 @@ class Input$DastScannerProfileDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -14577,14 +15003,22 @@ class Input$DastScannerProfileUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String get profileName => (_$data['profileName'] as String); + int get spiderTimeout => (_$data['spiderTimeout'] as int); + int get targetTimeout => (_$data['targetTimeout'] as int); + Enum$DastScanTypeEnum? get scanType => (_$data['scanType'] as Enum$DastScanTypeEnum?); + bool? get useAjaxSpider => (_$data['useAjaxSpider'] as bool?); + bool? get showDebugMessages => (_$data['showDebugMessages'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -14621,6 +15055,7 @@ class Input$DastScannerProfileUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -14853,12 +15288,19 @@ class Input$DastSiteProfileAuthInput { Map _$data; bool? get enabled => (_$data['enabled'] as bool?); + String? get url => (_$data['url'] as String?); + String? get usernameField => (_$data['usernameField'] as String?); + String? get passwordField => (_$data['passwordField'] as String?); + String? get username => (_$data['username'] as String?); + String? get password => (_$data['password'] as String?); + String? get submitField => (_$data['submitField'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('enabled')) { @@ -14897,6 +15339,7 @@ class Input$DastSiteProfileAuthInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -15140,17 +15583,26 @@ class Input$DastSiteProfileCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get profileName => (_$data['profileName'] as String); + String? get targetUrl => (_$data['targetUrl'] as String?); + Enum$DastTargetTypeEnum? get targetType => (_$data['targetType'] as Enum$DastTargetTypeEnum?); + Enum$DastScanMethodType? get scanMethod => (_$data['scanMethod'] as Enum$DastScanMethodType?); + String? get requestHeaders => (_$data['requestHeaders'] as String?); + Input$DastSiteProfileAuthInput? get auth => (_$data['auth'] as Input$DastSiteProfileAuthInput?); + String get fullPath => (_$data['fullPath'] as String); + List? get excludedUrls => (_$data['excludedUrls'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -15197,6 +15649,7 @@ class Input$DastSiteProfileCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -15388,6 +15841,7 @@ class _CopyWithImpl$Input$DastSiteProfileCreateInput if (excludedUrls != _undefined) 'excludedUrls': (excludedUrls as List?), })); + CopyWith$Input$DastSiteProfileAuthInput get auth { final local$auth = _instance.auth; return local$auth == null @@ -15415,6 +15869,7 @@ class _CopyWithStubImpl$Input$DastSiteProfileCreateInput List? excludedUrls, }) => _res; + CopyWith$Input$DastSiteProfileAuthInput get auth => CopyWith$Input$DastSiteProfileAuthInput.stub(_res); } @@ -15445,7 +15900,9 @@ class Input$DastSiteProfileDeleteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -15462,6 +15919,7 @@ class Input$DastSiteProfileDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -15627,17 +16085,26 @@ class Input$DastSiteProfileUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get profileName => (_$data['profileName'] as String); + String? get targetUrl => (_$data['targetUrl'] as String?); + Enum$DastTargetTypeEnum? get targetType => (_$data['targetType'] as Enum$DastTargetTypeEnum?); + Enum$DastScanMethodType? get scanMethod => (_$data['scanMethod'] as Enum$DastScanMethodType?); + String? get requestHeaders => (_$data['requestHeaders'] as String?); + Input$DastSiteProfileAuthInput? get auth => (_$data['auth'] as Input$DastSiteProfileAuthInput?); + String get id => (_$data['id'] as String); + List? get excludedUrls => (_$data['excludedUrls'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -15684,6 +16151,7 @@ class Input$DastSiteProfileUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -15874,6 +16342,7 @@ class _CopyWithImpl$Input$DastSiteProfileUpdateInput if (excludedUrls != _undefined) 'excludedUrls': (excludedUrls as List?), })); + CopyWith$Input$DastSiteProfileAuthInput get auth { final local$auth = _instance.auth; return local$auth == null @@ -15901,6 +16370,7 @@ class _CopyWithStubImpl$Input$DastSiteProfileUpdateInput List? excludedUrls, }) => _res; + CopyWith$Input$DastSiteProfileAuthInput get auth => CopyWith$Input$DastSiteProfileAuthInput.stub(_res); } @@ -15937,8 +16407,11 @@ class Input$DastSiteTokenCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get fullPath => (_$data['fullPath'] as String); + String? get targetUrl => (_$data['targetUrl'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -15959,6 +16432,7 @@ class Input$DastSiteTokenCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -16109,11 +16583,16 @@ class Input$DastSiteValidationCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get fullPath => (_$data['fullPath'] as String); + String get dastSiteTokenId => (_$data['dastSiteTokenId'] as String); + String get validationPath => (_$data['validationPath'] as String); + Enum$DastSiteValidationStrategyEnum? get strategy => (_$data['strategy'] as Enum$DastSiteValidationStrategyEnum?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -16141,6 +16620,7 @@ class Input$DastSiteValidationCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -16303,8 +16783,11 @@ class Input$DastSiteValidationRevokeInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get fullPath => (_$data['fullPath'] as String); + String get normalizedTargetUrl => (_$data['normalizedTargetUrl'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -16324,6 +16807,7 @@ class Input$DastSiteValidationRevokeInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -16453,7 +16937,9 @@ class Input$DeleteAnnotationInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -16470,6 +16956,7 @@ class Input$DeleteAnnotationInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -16593,8 +17080,10 @@ class Input$DeploymentsOrderByInput { Enum$SortDirectionEnum? get createdAt => (_$data['createdAt'] as Enum$SortDirectionEnum?); + Enum$SortDirectionEnum? get finishedAt => (_$data['finishedAt'] as Enum$SortDirectionEnum?); + Map toJson() { final result$data = {}; if (_$data.containsKey('createdAt')) { @@ -16617,6 +17106,7 @@ class Input$DeploymentsOrderByInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -16748,9 +17238,13 @@ class Input$DesignManagementDeleteInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + List get filenames => (_$data['filenames'] as List); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -16771,6 +17265,7 @@ class Input$DesignManagementDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -16930,9 +17425,13 @@ class Input$DesignManagementMoveInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get previous => (_$data['previous'] as String?); + String? get next => (_$data['next'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -16957,6 +17456,7 @@ class Input$DesignManagementMoveInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -17112,9 +17612,13 @@ class Input$DesignManagementUploadInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + List get files => (_$data['files'] as List); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -17135,6 +17639,7 @@ class Input$DesignManagementUploadInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -17282,7 +17787,9 @@ class Input$DestroyBoardInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -17299,6 +17806,7 @@ class Input$DestroyBoardInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -17415,7 +17923,9 @@ class Input$DestroyBoardListInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get listId => (_$data['listId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -17432,6 +17942,7 @@ class Input$DestroyBoardListInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -17550,7 +18061,9 @@ class Input$DestroyComplianceFrameworkInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -17568,6 +18081,7 @@ class Input$DestroyComplianceFrameworkInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -17685,7 +18199,9 @@ class Input$DestroyContainerRepositoryInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -17703,6 +18219,7 @@ class Input$DestroyContainerRepositoryInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -17825,8 +18342,11 @@ class Input$DestroyContainerRepositoryTagsInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + List get tagNames => (_$data['tagNames'] as List); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -17846,6 +18366,7 @@ class Input$DestroyContainerRepositoryTagsInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -17981,7 +18502,9 @@ class Input$DestroyCustomEmojiInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -17998,6 +18521,7 @@ class Input$DestroyCustomEmojiInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -18114,7 +18638,9 @@ class Input$DestroyEpicBoardInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -18131,6 +18657,7 @@ class Input$DestroyEpicBoardInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -18247,7 +18774,9 @@ class Input$DestroyNoteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -18264,6 +18793,7 @@ class Input$DestroyNoteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -18380,7 +18910,9 @@ class Input$DestroyPackageFileInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -18397,6 +18929,7 @@ class Input$DestroyPackageFileInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -18518,8 +19051,11 @@ class Input$DestroyPackageFilesInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + List get ids => (_$data['ids'] as List); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -18538,6 +19074,7 @@ class Input$DestroyPackageFilesInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -18673,7 +19210,9 @@ class Input$DestroyPackageInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -18690,6 +19229,7 @@ class Input$DestroyPackageInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -18806,7 +19346,9 @@ class Input$DestroySnippetInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -18823,6 +19365,7 @@ class Input$DestroySnippetInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -18964,13 +19507,21 @@ class Input$DiffImagePositionInput { Map _$data; String? get baseSha => (_$data['baseSha'] as String?); + String get headSha => (_$data['headSha'] as String); + String get startSha => (_$data['startSha'] as String); + Input$DiffPathsInput get paths => (_$data['paths'] as Input$DiffPathsInput); + int get height => (_$data['height'] as int); + int get width => (_$data['width'] as int); + int get x => (_$data['x'] as int); + int get y => (_$data['y'] as int); + Map toJson() { final result$data = {}; if (_$data.containsKey('baseSha')) { @@ -18999,6 +19550,7 @@ class Input$DiffImagePositionInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -19136,6 +19688,7 @@ class _CopyWithImpl$Input$DiffImagePositionInput if (x != _undefined && x != null) 'x': (x as int), if (y != _undefined && y != null) 'y': (y as int), })); + CopyWith$Input$DiffPathsInput get paths { final local$paths = _instance.paths; return CopyWith$Input$DiffPathsInput(local$paths, (e) => call(paths: e)); @@ -19159,6 +19712,7 @@ class _CopyWithStubImpl$Input$DiffImagePositionInput int? y, }) => _res; + CopyWith$Input$DiffPathsInput get paths => CopyWith$Input$DiffPathsInput.stub(_res); } @@ -19191,7 +19745,9 @@ class Input$DiffPathsInput { Map _$data; String? get newPath => (_$data['newPath'] as String?); + String? get oldPath => (_$data['oldPath'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('newPath')) { @@ -19210,6 +19766,7 @@ class Input$DiffPathsInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -19347,11 +19904,17 @@ class Input$DiffPositionInput { Map _$data; String? get baseSha => (_$data['baseSha'] as String?); + String get headSha => (_$data['headSha'] as String); + String get startSha => (_$data['startSha'] as String); + Input$DiffPathsInput get paths => (_$data['paths'] as Input$DiffPathsInput); + int? get newLine => (_$data['newLine'] as int?); + int? get oldLine => (_$data['oldLine'] as int?); + Map toJson() { final result$data = {}; if (_$data.containsKey('baseSha')) { @@ -19380,6 +19943,7 @@ class Input$DiffPositionInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -19503,6 +20067,7 @@ class _CopyWithImpl$Input$DiffPositionInput if (newLine != _undefined) 'newLine': (newLine as int?), if (oldLine != _undefined) 'oldLine': (oldLine as int?), })); + CopyWith$Input$DiffPathsInput get paths { final local$paths = _instance.paths; return CopyWith$Input$DiffPathsInput(local$paths, (e) => call(paths: e)); @@ -19524,6 +20089,7 @@ class _CopyWithStubImpl$Input$DiffPositionInput int? oldLine, }) => _res; + CopyWith$Input$DiffPathsInput get paths => CopyWith$Input$DiffPathsInput.stub(_res); } @@ -19556,7 +20122,9 @@ class Input$DisableDevopsAdoptionNamespaceInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + List get id => (_$data['id'] as List); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -19574,6 +20142,7 @@ class Input$DisableDevopsAdoptionNamespaceInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -19702,8 +20271,11 @@ class Input$DiscussionToggleResolveInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + bool get resolve => (_$data['resolve'] as bool); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -19723,6 +20295,7 @@ class Input$DiscussionToggleResolveInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -19861,8 +20434,11 @@ class Input$EchoCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + List? get errors => (_$data['errors'] as List?); + List? get messages => (_$data['messages'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -19885,6 +20461,7 @@ class Input$EchoCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -20056,8 +20633,11 @@ class Input$EnableDevopsAdoptionNamespaceInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get namespaceId => (_$data['namespaceId'] as String); + String? get displayNamespaceId => (_$data['displayNamespaceId'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -20079,6 +20659,7 @@ class Input$EnableDevopsAdoptionNamespaceInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -20219,8 +20800,11 @@ class Input$EnvironmentsCanaryIngressUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + int get weight => (_$data['weight'] as int); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -20240,6 +20824,7 @@ class Input$EnvironmentsCanaryIngressUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -20379,10 +20964,15 @@ class Input$EpicAddIssueInput { Map _$data; String get iid => (_$data['iid'] as String); + String get groupPath => (_$data['groupPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get issueIid => (_$data['issueIid'] as String); + Map toJson() { final result$data = {}; final l$iid = iid; @@ -20405,6 +20995,7 @@ class Input$EpicAddIssueInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -20591,12 +21182,19 @@ class Input$EpicBoardCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get name => (_$data['name'] as String?); + bool? get hideBacklogList => (_$data['hideBacklogList'] as bool?); + bool? get hideClosedList => (_$data['hideClosedList'] as bool?); + List? get labels => (_$data['labels'] as List?); + List? get labelIds => (_$data['labelIds'] as List?); + String? get groupPath => (_$data['groupPath'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -20635,6 +21233,7 @@ class Input$EpicBoardCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -20872,9 +21471,13 @@ class Input$EpicBoardListCreateInput { Map _$data; bool? get backlog => (_$data['backlog'] as bool?); + String? get labelId => (_$data['labelId'] as String?); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get boardId => (_$data['boardId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('backlog')) { @@ -20899,6 +21502,7 @@ class Input$EpicBoardListCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -21044,7 +21648,9 @@ class Input$EpicBoardListDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get listId => (_$data['listId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -21061,6 +21667,7 @@ class Input$EpicBoardListDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -21210,12 +21817,19 @@ class Input$EpicBoardUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get name => (_$data['name'] as String?); + bool? get hideBacklogList => (_$data['hideBacklogList'] as bool?); + bool? get hideClosedList => (_$data['hideClosedList'] as bool?); + List? get labels => (_$data['labels'] as List?); + List? get labelIds => (_$data['labelIds'] as List?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -21252,6 +21866,7 @@ class Input$EpicBoardUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -21503,12 +22118,18 @@ class Input$EpicFilters { Map _$data; List? get labelName => (_$data['labelName'] as List?); + String? get authorUsername => (_$data['authorUsername'] as String?); + String? get myReactionEmoji => (_$data['myReactionEmoji'] as String?); + Input$NegatedEpicBoardIssueInput? get not => (_$data['not'] as Input$NegatedEpicBoardIssueInput?); + String? get search => (_$data['search'] as String?); + bool? get confidential => (_$data['confidential'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('labelName')) { @@ -21543,6 +22164,7 @@ class Input$EpicFilters { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -21693,6 +22315,7 @@ class _CopyWithImpl$Input$EpicFilters if (search != _undefined) 'search': (search as String?), if (confidential != _undefined) 'confidential': (confidential as bool?), })); + CopyWith$Input$NegatedEpicBoardIssueInput get not { final local$not = _instance.not; return local$not == null @@ -21717,6 +22340,7 @@ class _CopyWithStubImpl$Input$EpicFilters bool? confidential, }) => _res; + CopyWith$Input$NegatedEpicBoardIssueInput get not => CopyWith$Input$NegatedEpicBoardIssueInput.stub(_res); } @@ -21773,12 +22397,19 @@ class Input$EpicMoveListInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get boardId => (_$data['boardId'] as String); + String get epicId => (_$data['epicId'] as String); + String? get fromListId => (_$data['fromListId'] as String?); + String get toListId => (_$data['toListId'] as String); + String? get moveBeforeId => (_$data['moveBeforeId'] as String?); + String? get moveAfterId => (_$data['moveAfterId'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -21811,6 +22442,7 @@ class Input$EpicMoveListInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -22006,9 +22638,13 @@ class Input$EpicSetSubscriptionInput { Map _$data; String get iid => (_$data['iid'] as String); + String get groupPath => (_$data['groupPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + bool get subscribedState => (_$data['subscribedState'] as bool); + Map toJson() { final result$data = {}; final l$iid = iid; @@ -22029,6 +22665,7 @@ class Input$EpicSetSubscriptionInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -22185,10 +22822,14 @@ class Input$EpicTreeNodeFieldsInputType { Map _$data; String get id => (_$data['id'] as String); + String? get adjacentReferenceId => (_$data['adjacentReferenceId'] as String?); + Enum$MoveType? get relativePosition => (_$data['relativePosition'] as Enum$MoveType?); + String? get newParentId => (_$data['newParentId'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -22215,6 +22856,7 @@ class Input$EpicTreeNodeFieldsInputType { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -22369,9 +23011,12 @@ class Input$EpicTreeReorderInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get baseEpicId => (_$data['baseEpicId'] as String); + Input$EpicTreeNodeFieldsInputType get moved => (_$data['moved'] as Input$EpicTreeNodeFieldsInputType); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -22390,6 +23035,7 @@ class Input$EpicTreeReorderInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -22478,6 +23124,7 @@ class _CopyWithImpl$Input$EpicTreeReorderInput if (moved != _undefined && moved != null) 'moved': (moved as Input$EpicTreeNodeFieldsInputType), })); + CopyWith$Input$EpicTreeNodeFieldsInputType get moved { final local$moved = _instance.moved; return CopyWith$Input$EpicTreeNodeFieldsInputType( @@ -22497,6 +23144,7 @@ class _CopyWithStubImpl$Input$EpicTreeReorderInput Input$EpicTreeNodeFieldsInputType? moved, }) => _res; + CopyWith$Input$EpicTreeNodeFieldsInputType get moved => CopyWith$Input$EpicTreeNodeFieldsInputType.stub(_res); } @@ -22545,11 +23193,16 @@ class Input$EscalationPolicyCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get name => (_$data['name'] as String); + String? get description => (_$data['description'] as String?); + List get rules => (_$data['rules'] as List); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -22574,6 +23227,7 @@ class Input$EscalationPolicyCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -22698,6 +23352,7 @@ class _CopyWithImpl$Input$EscalationPolicyCreateInput if (rules != _undefined && rules != null) 'rules': (rules as List), })); + TRes rules( Iterable Function( Iterable< @@ -22726,6 +23381,7 @@ class _CopyWithStubImpl$Input$EscalationPolicyCreateInput List? rules, }) => _res; + rules(_fn) => _res; } @@ -22756,7 +23412,9 @@ class Input$EscalationPolicyDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -22774,6 +23432,7 @@ class Input$EscalationPolicyDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -22912,11 +23571,16 @@ class Input$EscalationPolicyUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get name => (_$data['name'] as String?); + String? get description => (_$data['description'] as String?); + List? get rules => (_$data['rules'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -22945,6 +23609,7 @@ class Input$EscalationPolicyUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -23082,6 +23747,7 @@ class _CopyWithImpl$Input$EscalationPolicyUpdateInput if (rules != _undefined) 'rules': (rules as List?), })); + TRes rules( Iterable? Function( Iterable< @@ -23110,6 +23776,7 @@ class _CopyWithStubImpl$Input$EscalationPolicyUpdateInput List? rules, }) => _res; + rules(_fn) => _res; } @@ -23150,10 +23817,14 @@ class Input$EscalationRuleInput { Map _$data; String? get oncallScheduleIid => (_$data['oncallScheduleIid'] as String?); + String? get username => (_$data['username'] as String?); + int get elapsedTimeSeconds => (_$data['elapsedTimeSeconds'] as int); + Enum$EscalationRuleStatus get status => (_$data['status'] as Enum$EscalationRuleStatus); + Map toJson() { final result$data = {}; if (_$data.containsKey('oncallScheduleIid')) { @@ -23176,6 +23847,7 @@ class Input$EscalationRuleInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -23357,15 +24029,22 @@ class Input$ExportRequirementsInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + Enum$Sort? get sort => (_$data['sort'] as Enum$Sort?); + Enum$RequirementState? get state => (_$data['state'] as Enum$RequirementState?); + String? get search => (_$data['search'] as String?); + List? get authorUsername => (_$data['authorUsername'] as List?); + String get projectPath => (_$data['projectPath'] as String); + List? get selectedFields => (_$data['selectedFields'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -23403,6 +24082,7 @@ class Input$ExportRequirementsInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -23635,9 +24315,13 @@ class Input$ExternalAuditEventDestinationCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get destinationUrl => (_$data['destinationUrl'] as String); + String get groupPath => (_$data['groupPath'] as String); + String? get verificationToken => (_$data['verificationToken'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -23661,6 +24345,7 @@ class Input$ExternalAuditEventDestinationCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -23808,7 +24493,9 @@ class Input$ExternalAuditEventDestinationDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -23826,6 +24513,7 @@ class Input$ExternalAuditEventDestinationDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -23950,8 +24638,11 @@ class Input$ExternalAuditEventDestinationUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get destinationUrl => (_$data['destinationUrl'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -23973,6 +24664,7 @@ class Input$ExternalAuditEventDestinationUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -24107,7 +24799,9 @@ class Input$GitlabSubscriptionActivateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get activationCode => (_$data['activationCode'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -24125,6 +24819,7 @@ class Input$GitlabSubscriptionActivateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -24247,9 +24942,12 @@ class Input$GroupUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get fullPath => (_$data['fullPath'] as String); + Enum$SharedRunnersSetting get sharedRunnersSetting => (_$data['sharedRunnersSetting'] as Enum$SharedRunnersSetting); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -24269,6 +24967,7 @@ class Input$GroupUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -24424,13 +25123,19 @@ class Input$HttpIntegrationCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get name => (_$data['name'] as String); + bool get active => (_$data['active'] as bool); + String? get payloadExample => (_$data['payloadExample'] as String?); + List? get payloadAttributeMappings => (_$data['payloadAttributeMappings'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -24460,6 +25165,7 @@ class Input$HttpIntegrationCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -24612,6 +25318,7 @@ class _CopyWithImpl$Input$HttpIntegrationCreateInput 'payloadAttributeMappings': (payloadAttributeMappings as List?), })); + TRes payloadAttributeMappings( Iterable? Function( Iterable< @@ -24641,6 +25348,7 @@ class _CopyWithStubImpl$Input$HttpIntegrationCreateInput List? payloadAttributeMappings, }) => _res; + payloadAttributeMappings(_fn) => _res; } @@ -24671,7 +25379,9 @@ class Input$HttpIntegrationDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -24688,6 +25398,7 @@ class Input$HttpIntegrationDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -24805,7 +25516,9 @@ class Input$HttpIntegrationResetTokenInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -24823,6 +25536,7 @@ class Input$HttpIntegrationResetTokenInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -24968,13 +25682,19 @@ class Input$HttpIntegrationUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get name => (_$data['name'] as String?); + bool? get active => (_$data['active'] as bool?); + String? get payloadExample => (_$data['payloadExample'] as String?); + List? get payloadAttributeMappings => (_$data['payloadAttributeMappings'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -25008,6 +25728,7 @@ class Input$HttpIntegrationUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -25165,6 +25886,7 @@ class _CopyWithImpl$Input$HttpIntegrationUpdateInput 'payloadAttributeMappings': (payloadAttributeMappings as List?), })); + TRes payloadAttributeMappings( Iterable? Function( Iterable< @@ -25194,6 +25916,7 @@ class _CopyWithStubImpl$Input$HttpIntegrationUpdateInput List? payloadAttributeMappings, }) => _res; + payloadAttributeMappings(_fn) => _res; } @@ -25242,11 +25965,16 @@ class Input$IssuableResourceLinkCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String get link => (_$data['link'] as String); + String? get linkText => (_$data['linkText'] as String?); + Enum$IssuableResourceLinkType? get linkType => (_$data['linkType'] as Enum$IssuableResourceLinkType?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -25276,6 +26004,7 @@ class Input$IssuableResourceLinkCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -25435,7 +26164,9 @@ class Input$IssuableResourceLinkDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -25453,6 +26184,7 @@ class Input$IssuableResourceLinkDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -25577,9 +26309,13 @@ class Input$IssueMoveInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get targetProjectPath => (_$data['targetProjectPath'] as String); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -25600,6 +26336,7 @@ class Input$IssueMoveInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -25777,14 +26514,23 @@ class Input$IssueMoveListInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get boardId => (_$data['boardId'] as String); + String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get fromListId => (_$data['fromListId'] as String?); + String? get toListId => (_$data['toListId'] as String?); + String? get moveBeforeId => (_$data['moveBeforeId'] as String?); + String? get moveAfterId => (_$data['moveAfterId'] as String?); + String? get epicId => (_$data['epicId'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -25825,6 +26571,7 @@ class Input$IssueMoveListInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -26058,12 +26805,17 @@ class Input$IssueSetAssigneesInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + List get assigneeUsernames => (_$data['assigneeUsernames'] as List); + Enum$MutationOperationMode? get operationMode => (_$data['operationMode'] as Enum$MutationOperationMode?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -26091,6 +26843,7 @@ class Input$IssueSetAssigneesInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -26262,9 +27015,13 @@ class Input$IssueSetConfidentialInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + bool get confidential => (_$data['confidential'] as bool); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -26285,6 +27042,7 @@ class Input$IssueSetConfidentialInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -26442,11 +27200,16 @@ class Input$IssueSetCrmContactsInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + List get contactIds => (_$data['contactIds'] as List); + Enum$MutationOperationMode? get operationMode => (_$data['operationMode'] as Enum$MutationOperationMode?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -26473,6 +27236,7 @@ class Input$IssueSetCrmContactsInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -26646,9 +27410,13 @@ class Input$IssueSetDueDateInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get dueDate => (_$data['dueDate'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -26671,6 +27439,7 @@ class Input$IssueSetDueDateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -26823,9 +27592,13 @@ class Input$IssueSetEpicInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get epicId => (_$data['epicId'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -26848,6 +27621,7 @@ class Input$IssueSetEpicInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -27002,9 +27776,13 @@ class Input$IssueSetEscalationPolicyInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get escalationPolicyId => (_$data['escalationPolicyId'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -27028,6 +27806,7 @@ class Input$IssueSetEscalationPolicyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -27184,10 +27963,14 @@ class Input$IssueSetEscalationStatusInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Enum$IssueEscalationStatus get status => (_$data['status'] as Enum$IssueEscalationStatus); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -27209,6 +27992,7 @@ class Input$IssueSetEscalationStatusInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -27359,9 +28143,13 @@ class Input$IssueSetIterationInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get iterationId => (_$data['iterationId'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -27384,6 +28172,7 @@ class Input$IssueSetIterationInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -27535,9 +28324,13 @@ class Input$IssueSetLockedInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + bool get locked => (_$data['locked'] as bool); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -27558,6 +28351,7 @@ class Input$IssueSetLockedInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -27706,10 +28500,14 @@ class Input$IssueSetSeverityInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Enum$IssuableSeverity get severity => (_$data['severity'] as Enum$IssuableSeverity); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -27730,6 +28528,7 @@ class Input$IssueSetSeverityInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -27878,9 +28677,13 @@ class Input$IssueSetSubscriptionInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + bool get subscribedState => (_$data['subscribedState'] as bool); + String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -27901,6 +28704,7 @@ class Input$IssueSetSubscriptionInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -28051,9 +28855,13 @@ class Input$IssueSetWeightInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + int? get weight => (_$data['weight'] as int?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -28076,6 +28884,7 @@ class Input$IssueSetWeightInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -28264,15 +29073,25 @@ class Input$IterationCadenceCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get groupPath => (_$data['groupPath'] as String); + String? get title => (_$data['title'] as String?); + int? get durationInWeeks => (_$data['durationInWeeks'] as int?); + int? get iterationsInAdvance => (_$data['iterationsInAdvance'] as int?); + String? get startDate => (_$data['startDate'] as String?); + bool get automatic => (_$data['automatic'] as bool); + bool get active => (_$data['active'] as bool); + bool? get rollOver => (_$data['rollOver'] as bool?); + String? get description => (_$data['description'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -28317,6 +29136,7 @@ class Input$IterationCadenceCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -28551,7 +29371,9 @@ class Input$IterationCadenceDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -28569,6 +29391,7 @@ class Input$IterationCadenceDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -28735,15 +29558,25 @@ class Input$IterationCadenceUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get title => (_$data['title'] as String?); + int? get durationInWeeks => (_$data['durationInWeeks'] as int?); + int? get iterationsInAdvance => (_$data['iterationsInAdvance'] as int?); + String? get startDate => (_$data['startDate'] as String?); + bool? get automatic => (_$data['automatic'] as bool?); + bool? get active => (_$data['active'] as bool?); + bool? get rollOver => (_$data['rollOver'] as bool?); + String? get description => (_$data['description'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -28792,6 +29625,7 @@ class Input$IterationCadenceUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -29030,7 +29864,9 @@ class Input$IterationDeleteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -29047,6 +29883,7 @@ class Input$IterationDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -29182,11 +30019,16 @@ class Input$JiraImportStartInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get jiraProjectKey => (_$data['jiraProjectKey'] as String); + String? get jiraProjectName => (_$data['jiraProjectName'] as String?); + String get projectPath => (_$data['projectPath'] as String); + List? get usersMapping => (_$data['usersMapping'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -29214,6 +30056,7 @@ class Input$JiraImportStartInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -29353,6 +30196,7 @@ class _CopyWithImpl$Input$JiraImportStartInput 'usersMapping': (usersMapping as List?), })); + TRes usersMapping( Iterable? Function( Iterable< @@ -29381,6 +30225,7 @@ class _CopyWithStubImpl$Input$JiraImportStartInput List? usersMapping, }) => _res; + usersMapping(_fn) => _res; } @@ -29416,8 +30261,11 @@ class Input$JiraImportUsersInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + int? get startAt => (_$data['startAt'] as int?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -29438,6 +30286,7 @@ class Input$JiraImportUsersInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -29569,7 +30418,9 @@ class Input$JiraUsersMappingInputType { Map _$data; int? get gitlabId => (_$data['gitlabId'] as int?); + String get jiraAccountId => (_$data['jiraAccountId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('gitlabId')) { @@ -29586,6 +30437,7 @@ class Input$JiraUsersMappingInputType { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -29702,7 +30554,9 @@ class Input$JobCancelInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -29719,6 +30573,7 @@ class Input$JobCancelInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -29834,7 +30689,9 @@ class Input$JobPlayInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -29851,6 +30708,7 @@ class Input$JobPlayInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -29975,9 +30833,12 @@ class Input$JobRetryInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + List? get variables => (_$data['variables'] as List?); + Map toJson() { final result$data = {}; final l$id = id; @@ -29998,6 +30859,7 @@ class Input$JobRetryInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -30106,6 +30968,7 @@ class _CopyWithImpl$Input$JobRetryInput if (variables != _undefined) 'variables': (variables as List?), })); + TRes variables( Iterable? Function( Iterable< @@ -30131,6 +30994,7 @@ class _CopyWithStubImpl$Input$JobRetryInput List? variables, }) => _res; + variables(_fn) => _res; } @@ -30160,7 +31024,9 @@ class Input$JobUnscheduleInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -30177,6 +31043,7 @@ class Input$JobUnscheduleInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -30317,11 +31184,17 @@ class Input$LabelCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get projectPath => (_$data['projectPath'] as String?); + String? get groupPath => (_$data['groupPath'] as String?); + String get title => (_$data['title'] as String); + String? get description => (_$data['description'] as String?); + String? get color => (_$data['color'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -30354,6 +31227,7 @@ class Input$LabelCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -30529,7 +31403,9 @@ class Input$MarkAsSpamSnippetInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -30546,6 +31422,7 @@ class Input$MarkAsSpamSnippetInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -30705,16 +31582,25 @@ class Input$MergeRequestAcceptInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Enum$MergeStrategyEnum? get strategy => (_$data['strategy'] as Enum$MergeStrategyEnum?); + String? get commitMessage => (_$data['commitMessage'] as String?); + String get sha => (_$data['sha'] as String); + String? get squashCommitMessage => (_$data['squashCommitMessage'] as String?); + bool? get shouldRemoveSourceBranch => (_$data['shouldRemoveSourceBranch'] as bool?); + bool? get squash => (_$data['squash'] as bool?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -30756,6 +31642,7 @@ class Input$MergeRequestAcceptInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -31002,12 +31889,19 @@ class Input$MergeRequestCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get title => (_$data['title'] as String); + String get sourceBranch => (_$data['sourceBranch'] as String); + String get targetBranch => (_$data['targetBranch'] as String); + String? get description => (_$data['description'] as String?); + List? get labels => (_$data['labels'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -31038,6 +31932,7 @@ class Input$MergeRequestCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -31243,9 +32138,13 @@ class Input$MergeRequestReviewerRereviewInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get userId => (_$data['userId'] as String); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -31267,6 +32166,7 @@ class Input$MergeRequestReviewerRereviewInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -31426,12 +32326,17 @@ class Input$MergeRequestSetAssigneesInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + List get assigneeUsernames => (_$data['assigneeUsernames'] as List); + Enum$MutationOperationMode? get operationMode => (_$data['operationMode'] as Enum$MutationOperationMode?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -31460,6 +32365,7 @@ class Input$MergeRequestSetAssigneesInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -31631,9 +32537,13 @@ class Input$MergeRequestSetDraftInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + bool get draft => (_$data['draft'] as bool); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -31654,6 +32564,7 @@ class Input$MergeRequestSetDraftInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -31810,11 +32721,16 @@ class Input$MergeRequestSetLabelsInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + List get labelIds => (_$data['labelIds'] as List); + Enum$MutationOperationMode? get operationMode => (_$data['operationMode'] as Enum$MutationOperationMode?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -31841,6 +32757,7 @@ class Input$MergeRequestSetLabelsInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -32012,9 +32929,13 @@ class Input$MergeRequestSetLockedInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + bool get locked => (_$data['locked'] as bool); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -32035,6 +32956,7 @@ class Input$MergeRequestSetLockedInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -32185,9 +33107,13 @@ class Input$MergeRequestSetMilestoneInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get milestoneId => (_$data['milestoneId'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -32211,6 +33137,7 @@ class Input$MergeRequestSetMilestoneInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -32373,12 +33300,17 @@ class Input$MergeRequestSetReviewersInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + List get reviewerUsernames => (_$data['reviewerUsernames'] as List); + Enum$MutationOperationMode? get operationMode => (_$data['operationMode'] as Enum$MutationOperationMode?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -32407,6 +33339,7 @@ class Input$MergeRequestSetReviewersInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -32579,9 +33512,13 @@ class Input$MergeRequestSetSubscriptionInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + bool get subscribedState => (_$data['subscribedState'] as bool); + String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -32603,6 +33540,7 @@ class Input$MergeRequestSetSubscriptionInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -32773,13 +33711,20 @@ class Input$MergeRequestUpdateInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get title => (_$data['title'] as String?); + String? get targetBranch => (_$data['targetBranch'] as String?); + String? get description => (_$data['description'] as String?); + Enum$MergeRequestNewState? get state => (_$data['state'] as Enum$MergeRequestNewState?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -32815,6 +33760,7 @@ class Input$MergeRequestUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -33006,7 +33952,9 @@ class Input$MergeRequestsResolverNegatedParams { Map _$data; List? get labels => (_$data['labels'] as List?); + String? get milestoneTitle => (_$data['milestoneTitle'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('labels')) { @@ -33026,6 +33974,7 @@ class Input$MergeRequestsResolverNegatedParams { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -33160,7 +34109,9 @@ class Input$NamespaceBanDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -33177,6 +34128,7 @@ class Input$NamespaceBanDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -33302,9 +34254,12 @@ class Input$NamespaceCiCdSettingsUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + bool? get allowStaleRunnerPruning => (_$data['allowStaleRunnerPruning'] as bool?); + String get fullPath => (_$data['fullPath'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -33326,6 +34281,7 @@ class Input$NamespaceCiCdSettingsUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -33462,7 +34418,9 @@ class Input$NamespaceIncreaseStorageTemporarilyInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -33480,6 +34438,7 @@ class Input$NamespaceIncreaseStorageTemporarilyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -33686,22 +34645,36 @@ class Input$NegatedBoardIssueInput { Map _$data; List? get labelName => (_$data['labelName'] as List?); + String? get authorUsername => (_$data['authorUsername'] as String?); + String? get myReactionEmoji => (_$data['myReactionEmoji'] as String?); + List? get iids => (_$data['iids'] as List?); + String? get milestoneTitle => (_$data['milestoneTitle'] as String?); + List? get assigneeUsername => (_$data['assigneeUsername'] as List?); + String? get releaseTag => (_$data['releaseTag'] as String?); + List? get types => (_$data['types'] as List?); + Enum$MilestoneWildcardId? get milestoneWildcardId => (_$data['milestoneWildcardId'] as Enum$MilestoneWildcardId?); + String? get epicId => (_$data['epicId'] as String?); + String? get iterationTitle => (_$data['iterationTitle'] as String?); + String? get weight => (_$data['weight'] as String?); + List? get iterationId => (_$data['iterationId'] as List?); + Enum$NegatedIterationWildcardId? get iterationWildcardId => (_$data['iterationWildcardId'] as Enum$NegatedIterationWildcardId?); + Map toJson() { final result$data = {}; if (_$data.containsKey('labelName')) { @@ -33774,6 +34747,7 @@ class Input$NegatedBoardIssueInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -34167,8 +35141,11 @@ class Input$NegatedEpicBoardIssueInput { Map _$data; List? get labelName => (_$data['labelName'] as List?); + String? get authorUsername => (_$data['authorUsername'] as String?); + String? get myReactionEmoji => (_$data['myReactionEmoji'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('labelName')) { @@ -34191,6 +35168,7 @@ class Input$NegatedEpicBoardIssueInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -34351,8 +35329,11 @@ class Input$NegatedEpicFilterInput { Map _$data; List? get labelName => (_$data['labelName'] as List?); + String? get authorUsername => (_$data['authorUsername'] as String?); + String? get myReactionEmoji => (_$data['myReactionEmoji'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('labelName')) { @@ -34375,6 +35356,7 @@ class Input$NegatedEpicFilterInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -34618,23 +35600,37 @@ class Input$NegatedIssueFilterInput { Map _$data; String? get assigneeId => (_$data['assigneeId'] as String?); + List? get assigneeUsernames => (_$data['assigneeUsernames'] as List?); + String? get authorUsername => (_$data['authorUsername'] as String?); + List? get iids => (_$data['iids'] as List?); + List? get labelName => (_$data['labelName'] as List?); + List? get milestoneTitle => (_$data['milestoneTitle'] as List?); + Enum$NegatedMilestoneWildcardId? get milestoneWildcardId => (_$data['milestoneWildcardId'] as Enum$NegatedMilestoneWildcardId?); + String? get myReactionEmoji => (_$data['myReactionEmoji'] as String?); + List? get releaseTag => (_$data['releaseTag'] as List?); + List? get types => (_$data['types'] as List?); + String? get epicId => (_$data['epicId'] as String?); + String? get weight => (_$data['weight'] as String?); + List? get iterationId => (_$data['iterationId'] as List?); + Enum$IterationWildcardId? get iterationWildcardId => (_$data['iterationWildcardId'] as Enum$IterationWildcardId?); + Map toJson() { final result$data = {}; if (_$data.containsKey('assigneeId')) { @@ -34707,6 +35703,7 @@ class Input$NegatedIssueFilterInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -35120,7 +36117,9 @@ class Input$OncallRotationActivePeriodInputType { Map _$data; String get startTime => (_$data['startTime'] as String); + String get endTime => (_$data['endTime'] as String); + Map toJson() { final result$data = {}; final l$startTime = startTime; @@ -35136,6 +36135,7 @@ class Input$OncallRotationActivePeriodInputType { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -35293,19 +36293,28 @@ class Input$OncallRotationCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get scheduleIid => (_$data['scheduleIid'] as String); + String get name => (_$data['name'] as String); + Input$OncallRotationDateInputType get startsAt => (_$data['startsAt'] as Input$OncallRotationDateInputType); + Input$OncallRotationDateInputType? get endsAt => (_$data['endsAt'] as Input$OncallRotationDateInputType?); + Input$OncallRotationLengthInputType get rotationLength => (_$data['rotationLength'] as Input$OncallRotationLengthInputType); + Input$OncallRotationActivePeriodInputType? get activePeriod => (_$data['activePeriod'] as Input$OncallRotationActivePeriodInputType?); + List get participants => (_$data['participants'] as List); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -35341,6 +36350,7 @@ class Input$OncallRotationCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -35519,6 +36529,7 @@ class _CopyWithImpl$Input$OncallRotationCreateInput if (participants != _undefined && participants != null) 'participants': (participants as List), })); + CopyWith$Input$OncallRotationDateInputType get startsAt { final local$startsAt = _instance.startsAt; return CopyWith$Input$OncallRotationDateInputType( @@ -35580,14 +36591,19 @@ class _CopyWithStubImpl$Input$OncallRotationCreateInput List? participants, }) => _res; + CopyWith$Input$OncallRotationDateInputType get startsAt => CopyWith$Input$OncallRotationDateInputType.stub(_res); + CopyWith$Input$OncallRotationDateInputType get endsAt => CopyWith$Input$OncallRotationDateInputType.stub(_res); + CopyWith$Input$OncallRotationLengthInputType get rotationLength => CopyWith$Input$OncallRotationLengthInputType.stub(_res); + CopyWith$Input$OncallRotationActivePeriodInputType get activePeriod => CopyWith$Input$OncallRotationActivePeriodInputType.stub(_res); + participants(_fn) => _res; } @@ -35616,7 +36632,9 @@ class Input$OncallRotationDateInputType { Map _$data; String get date => (_$data['date'] as String); + String get time => (_$data['time'] as String); + Map toJson() { final result$data = {}; final l$date = date; @@ -35631,6 +36649,7 @@ class Input$OncallRotationDateInputType { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -35750,9 +36769,13 @@ class Input$OncallRotationDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get scheduleIid => (_$data['scheduleIid'] as String); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -35773,6 +36796,7 @@ class Input$OncallRotationDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -35913,8 +36937,10 @@ class Input$OncallRotationLengthInputType { Map _$data; int get length => (_$data['length'] as int); + Enum$OncallRotationUnitEnum get unit => (_$data['unit'] as Enum$OncallRotationUnitEnum); + Map toJson() { final result$data = {}; final l$length = length; @@ -35930,6 +36956,7 @@ class Input$OncallRotationLengthInputType { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -36093,18 +37120,26 @@ class Input$OncallRotationUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get name => (_$data['name'] as String?); + Input$OncallRotationDateInputType? get startsAt => (_$data['startsAt'] as Input$OncallRotationDateInputType?); + Input$OncallRotationDateInputType? get endsAt => (_$data['endsAt'] as Input$OncallRotationDateInputType?); + Input$OncallRotationLengthInputType? get rotationLength => (_$data['rotationLength'] as Input$OncallRotationLengthInputType?); + Input$OncallRotationActivePeriodInputType? get activePeriod => (_$data['activePeriod'] as Input$OncallRotationActivePeriodInputType?); + List? get participants => (_$data['participants'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -36146,6 +37181,7 @@ class Input$OncallRotationUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -36335,6 +37371,7 @@ class _CopyWithImpl$Input$OncallRotationUpdateInput if (participants != _undefined) 'participants': (participants as List?), })); + CopyWith$Input$OncallRotationDateInputType get startsAt { final local$startsAt = _instance.startsAt; return local$startsAt == null @@ -36399,14 +37436,19 @@ class _CopyWithStubImpl$Input$OncallRotationUpdateInput List? participants, }) => _res; + CopyWith$Input$OncallRotationDateInputType get startsAt => CopyWith$Input$OncallRotationDateInputType.stub(_res); + CopyWith$Input$OncallRotationDateInputType get endsAt => CopyWith$Input$OncallRotationDateInputType.stub(_res); + CopyWith$Input$OncallRotationLengthInputType get rotationLength => CopyWith$Input$OncallRotationLengthInputType.stub(_res); + CopyWith$Input$OncallRotationActivePeriodInputType get activePeriod => CopyWith$Input$OncallRotationActivePeriodInputType.stub(_res); + participants(_fn) => _res; } @@ -36450,10 +37492,15 @@ class Input$OncallScheduleCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get name => (_$data['name'] as String); + String? get description => (_$data['description'] as String?); + String get timezone => (_$data['timezone'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -36478,6 +37525,7 @@ class Input$OncallScheduleCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -36637,8 +37685,11 @@ class Input$OncallScheduleDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -36657,6 +37708,7 @@ class Input$OncallScheduleDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -36807,11 +37859,17 @@ class Input$OncallScheduleUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get name => (_$data['name'] as String?); + String? get description => (_$data['description'] as String?); + String? get timezone => (_$data['timezone'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -36842,6 +37900,7 @@ class Input$OncallScheduleUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -37026,10 +38085,13 @@ class Input$OncallUserInputType { Map _$data; String get username => (_$data['username'] as String); + Enum$DataVisualizationColorEnum? get colorPalette => (_$data['colorPalette'] as Enum$DataVisualizationColorEnum?); + Enum$DataVisualizationWeightEnum? get colorWeight => (_$data['colorWeight'] as Enum$DataVisualizationWeightEnum?); + Map toJson() { final result$data = {}; final l$username = username; @@ -37054,6 +38116,7 @@ class Input$OncallUserInputType { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -37188,7 +38251,9 @@ class Input$PagesMarkOnboardingCompleteInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -37206,6 +38271,7 @@ class Input$PagesMarkOnboardingCompleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -37323,7 +38389,9 @@ class Input$PipelineCancelInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -37340,6 +38408,7 @@ class Input$PipelineCancelInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -37456,7 +38525,9 @@ class Input$PipelineDestroyInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -37473,6 +38544,7 @@ class Input$PipelineDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -37589,7 +38661,9 @@ class Input$PipelineRetryInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -37606,6 +38680,7 @@ class Input$PipelineRetryInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -37751,11 +38826,17 @@ class Input$ProjectCiCdSettingsUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get fullPath => (_$data['fullPath'] as String); + bool? get keepLatestArtifact => (_$data['keepLatestArtifact'] as bool?); + bool? get jobTokenScopeEnabled => (_$data['jobTokenScopeEnabled'] as bool?); + bool? get mergePipelinesEnabled => (_$data['mergePipelinesEnabled'] as bool?); + bool? get mergeTrainsEnabled => (_$data['mergeTrainsEnabled'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -37789,6 +38870,7 @@ class Input$ProjectCiCdSettingsUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -37987,9 +39069,12 @@ class Input$ProjectSetComplianceFrameworkInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectId => (_$data['projectId'] as String); + String? get complianceFrameworkId => (_$data['complianceFrameworkId'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -38011,6 +39096,7 @@ class Input$ProjectSetComplianceFrameworkInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -38154,9 +39240,13 @@ class Input$ProjectSetLockedInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get filePath => (_$data['filePath'] as String); + bool get lock => (_$data['lock'] as bool); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -38177,6 +39267,7 @@ class Input$ProjectSetLockedInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -38326,9 +39417,13 @@ class Input$PrometheusIntegrationCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + bool get active => (_$data['active'] as bool); + String get apiUrl => (_$data['apiUrl'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -38350,6 +39445,7 @@ class Input$PrometheusIntegrationCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -38491,7 +39587,9 @@ class Input$PrometheusIntegrationResetTokenInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -38509,6 +39607,7 @@ class Input$PrometheusIntegrationResetTokenInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -38638,9 +39737,13 @@ class Input$PrometheusIntegrationUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + bool? get active => (_$data['active'] as bool?); + String? get apiUrl => (_$data['apiUrl'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -38666,6 +39769,7 @@ class Input$PrometheusIntegrationUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -38820,9 +39924,13 @@ class Input$PromoteToEpicInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get groupPath => (_$data['groupPath'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -38845,6 +39953,7 @@ class Input$PromoteToEpicInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -39015,13 +40124,20 @@ class Input$ReleaseAssetLinkCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get name => (_$data['name'] as String); + String get url => (_$data['url'] as String); + String? get directAssetPath => (_$data['directAssetPath'] as String?); + Enum$ReleaseAssetLinkType? get linkType => (_$data['linkType'] as Enum$ReleaseAssetLinkType?); + String get projectPath => (_$data['projectPath'] as String); + String get tagName => (_$data['tagName'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -39054,6 +40170,7 @@ class Input$ReleaseAssetLinkCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -39238,7 +40355,9 @@ class Input$ReleaseAssetLinkDeleteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -39255,6 +40374,7 @@ class Input$ReleaseAssetLinkDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -39383,10 +40503,14 @@ class Input$ReleaseAssetLinkInput { Map _$data; String get name => (_$data['name'] as String); + String get url => (_$data['url'] as String); + String? get directAssetPath => (_$data['directAssetPath'] as String?); + Enum$ReleaseAssetLinkType? get linkType => (_$data['linkType'] as Enum$ReleaseAssetLinkType?); + Map toJson() { final result$data = {}; final l$name = name; @@ -39411,6 +40535,7 @@ class Input$ReleaseAssetLinkInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -39581,12 +40706,18 @@ class Input$ReleaseAssetLinkUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get name => (_$data['name'] as String?); + String? get url => (_$data['url'] as String?); + String? get directAssetPath => (_$data['directAssetPath'] as String?); + Enum$ReleaseAssetLinkType? get linkType => (_$data['linkType'] as Enum$ReleaseAssetLinkType?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -39621,6 +40752,7 @@ class Input$ReleaseAssetLinkUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -39796,6 +40928,7 @@ class Input$ReleaseAssetsInput { List? get links => (_$data['links'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('links')) { @@ -39810,6 +40943,7 @@ class Input$ReleaseAssetsInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -39890,6 +41024,7 @@ class _CopyWithImpl$Input$ReleaseAssetsInput if (links != _undefined) 'links': (links as List?), })); + TRes links( Iterable? Function( Iterable< @@ -39911,6 +41046,7 @@ class _CopyWithStubImpl$Input$ReleaseAssetsInput TRes _res; call({List? links}) => _res; + links(_fn) => _res; } @@ -39990,16 +41126,26 @@ class Input$ReleaseCreateInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get tagName => (_$data['tagName'] as String); + String? get tagMessage => (_$data['tagMessage'] as String?); + String? get ref => (_$data['ref'] as String?); + String? get name => (_$data['name'] as String?); + String? get description => (_$data['description'] as String?); + String? get releasedAt => (_$data['releasedAt'] as String?); + List? get milestones => (_$data['milestones'] as List?); + Input$ReleaseAssetsInput? get assets => (_$data['assets'] as Input$ReleaseAssetsInput?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -40046,6 +41192,7 @@ class Input$ReleaseCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -40246,6 +41393,7 @@ class _CopyWithImpl$Input$ReleaseCreateInput if (assets != _undefined) 'assets': (assets as Input$ReleaseAssetsInput?), })); + CopyWith$Input$ReleaseAssetsInput get assets { final local$assets = _instance.assets; return local$assets == null @@ -40274,6 +41422,7 @@ class _CopyWithStubImpl$Input$ReleaseCreateInput Input$ReleaseAssetsInput? assets, }) => _res; + CopyWith$Input$ReleaseAssetsInput get assets => CopyWith$Input$ReleaseAssetsInput.stub(_res); } @@ -40308,8 +41457,11 @@ class Input$ReleaseDeleteInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get tagName => (_$data['tagName'] as String); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -40328,6 +41480,7 @@ class Input$ReleaseDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -40486,12 +41639,19 @@ class Input$ReleaseUpdateInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get tagName => (_$data['tagName'] as String); + String? get name => (_$data['name'] as String?); + String? get description => (_$data['description'] as String?); + String? get releasedAt => (_$data['releasedAt'] as String?); + List? get milestones => (_$data['milestones'] as List?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -40526,6 +41686,7 @@ class Input$ReleaseUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -40731,7 +41892,9 @@ class Input$RemoveProjectFromSecurityDashboardInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -40749,6 +41912,7 @@ class Input$RemoveProjectFromSecurityDashboardInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -40872,9 +42036,12 @@ class Input$RepositionImageDiffNoteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Input$UpdateDiffImagePositionInput get position => (_$data['position'] as Input$UpdateDiffImagePositionInput); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -40894,6 +42061,7 @@ class Input$RepositionImageDiffNoteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -40981,6 +42149,7 @@ class _CopyWithImpl$Input$RepositionImageDiffNoteInput if (position != _undefined && position != null) 'position': (position as Input$UpdateDiffImagePositionInput), })); + CopyWith$Input$UpdateDiffImagePositionInput get position { final local$position = _instance.position; return CopyWith$Input$UpdateDiffImagePositionInput( @@ -41000,6 +42169,7 @@ class _CopyWithStubImpl$Input$RepositionImageDiffNoteInput Input$UpdateDiffImagePositionInput? position, }) => _res; + CopyWith$Input$UpdateDiffImagePositionInput get position => CopyWith$Input$UpdateDiffImagePositionInput.stub(_res); } @@ -41030,7 +42200,9 @@ class Input$RunnerDeleteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -41047,6 +42219,7 @@ class Input$RunnerDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -41232,20 +42405,32 @@ class Input$RunnerUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get description => (_$data['description'] as String?); + String? get maintenanceNote => (_$data['maintenanceNote'] as String?); + int? get maximumTimeout => (_$data['maximumTimeout'] as int?); + Enum$CiRunnerAccessLevel? get accessLevel => (_$data['accessLevel'] as Enum$CiRunnerAccessLevel?); + bool? get paused => (_$data['paused'] as bool?); + bool? get locked => (_$data['locked'] as bool?); + bool? get runUntagged => (_$data['runUntagged'] as bool?); + List? get tagList => (_$data['tagList'] as List?); + double? get publicProjectsMinutesCostFactor => (_$data['publicProjectsMinutesCostFactor'] as double?); + double? get privateProjectsMinutesCostFactor => (_$data['privateProjectsMinutesCostFactor'] as double?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -41307,6 +42492,7 @@ class Input$RunnerUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -41607,8 +42793,11 @@ class Input$RunnersRegistrationTokenResetInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + Enum$CiRunnerType get type => (_$data['type'] as Enum$CiRunnerType); + String? get id => (_$data['id'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -41630,6 +42819,7 @@ class Input$RunnersRegistrationTokenResetInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -41769,9 +42959,12 @@ class Input$SastCiConfigurationAnalyzersEntityInput { Map _$data; String get name => (_$data['name'] as String); + bool get enabled => (_$data['enabled'] as bool); + List? get variables => (_$data['variables'] as List?); + Map toJson() { final result$data = {}; final l$name = name; @@ -41791,6 +42984,7 @@ class Input$SastCiConfigurationAnalyzersEntityInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -41900,6 +43094,7 @@ class _CopyWithImpl$Input$SastCiConfigurationAnalyzersEntityInput 'variables': (variables as List?), })); + TRes variables( Iterable? Function( Iterable< @@ -41926,6 +43121,7 @@ class _CopyWithStubImpl$Input$SastCiConfigurationAnalyzersEntityInput List? variables, }) => _res; + variables(_fn) => _res; } @@ -41958,8 +43154,11 @@ class Input$SastCiConfigurationEntityInput { Map _$data; String get field => (_$data['field'] as String); + String get defaultValue => (_$data['defaultValue'] as String); + String get value => (_$data['value'] as String); + Map toJson() { final result$data = {}; final l$field = field; @@ -41977,6 +43176,7 @@ class Input$SastCiConfigurationEntityInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -42118,11 +43318,14 @@ class Input$SastCiConfigurationInput { List? get global => (_$data['global'] as List?); + List? get pipeline => (_$data['pipeline'] as List?); + List? get analyzers => (_$data['analyzers'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('global')) { @@ -42145,6 +43348,7 @@ class Input$SastCiConfigurationInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -42303,6 +43507,7 @@ class _CopyWithImpl$Input$SastCiConfigurationInput 'analyzers': (analyzers as List?), })); + TRes global( Iterable? Function( Iterable< @@ -42315,6 +43520,7 @@ class _CopyWithImpl$Input$SastCiConfigurationInput e, (i) => i, )))?.toList()); + TRes pipeline( Iterable? Function( Iterable< @@ -42327,6 +43533,7 @@ class _CopyWithImpl$Input$SastCiConfigurationInput e, (i) => i, )))?.toList()); + TRes analyzers( Iterable? Function( Iterable< @@ -42353,8 +43560,11 @@ class _CopyWithStubImpl$Input$SastCiConfigurationInput List? analyzers, }) => _res; + global(_fn) => _res; + pipeline(_fn) => _res; + analyzers(_fn) => _res; } @@ -42388,8 +43598,11 @@ class Input$SavedReplyCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get name => (_$data['name'] as String); + String get content => (_$data['content'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -42408,6 +43621,7 @@ class Input$SavedReplyCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -42536,7 +43750,9 @@ class Input$SavedReplyDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -42553,6 +43769,7 @@ class Input$SavedReplyDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -42677,9 +43894,13 @@ class Input$SavedReplyUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String get name => (_$data['name'] as String); + String get content => (_$data['content'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -42700,6 +43921,7 @@ class Input$SavedReplyUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -42857,11 +44079,16 @@ class Input$ScanExecutionPolicyCommitInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get fullPath => (_$data['fullPath'] as String?); + String get policyYaml => (_$data['policyYaml'] as String); + Enum$MutationOperationMode get operationMode => (_$data['operationMode'] as Enum$MutationOperationMode); + String? get name => (_$data['name'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -42890,6 +44117,7 @@ class Input$ScanExecutionPolicyCommitInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -43053,8 +44281,11 @@ class Input$SecurityFindingCreateIssueInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get uuid => (_$data['uuid'] as String); + String get project => (_$data['project'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -43074,6 +44305,7 @@ class Input$SecurityFindingCreateIssueInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -43210,9 +44442,12 @@ class Input$SecurityPolicyProjectAssignInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get fullPath => (_$data['fullPath'] as String?); + String get securityPolicyProjectId => (_$data['securityPolicyProjectId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -43234,6 +44469,7 @@ class Input$SecurityPolicyProjectAssignInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -43370,7 +44606,9 @@ class Input$SecurityPolicyProjectCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get fullPath => (_$data['fullPath'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -43390,6 +44628,7 @@ class Input$SecurityPolicyProjectCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -43513,7 +44752,9 @@ class Input$SecurityPolicyProjectUnassignInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get fullPath => (_$data['fullPath'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -43533,6 +44774,7 @@ class Input$SecurityPolicyProjectUnassignInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -43668,10 +44910,15 @@ class Input$SecurityTrainingUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String get providerId => (_$data['providerId'] as String); + bool get isEnabled => (_$data['isEnabled'] as bool); + bool? get isPrimary => (_$data['isPrimary'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -43696,6 +44943,7 @@ class Input$SecurityTrainingUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -43864,9 +45112,13 @@ class Input$SnippetBlobActionInputType { Enum$SnippetBlobActionEnum get action => (_$data['action'] as Enum$SnippetBlobActionEnum); + String? get previousPath => (_$data['previousPath'] as String?); + String get filePath => (_$data['filePath'] as String); + String? get content => (_$data['content'] as String?); + Map toJson() { final result$data = {}; final l$action = action; @@ -43889,6 +45141,7 @@ class Input$SnippetBlobActionInputType { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -44032,7 +45285,9 @@ class Input$TerraformStateDeleteInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -44049,6 +45304,7 @@ class Input$TerraformStateDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -44165,7 +45421,9 @@ class Input$TerraformStateLockInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -44182,6 +45440,7 @@ class Input$TerraformStateLockInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -44298,7 +45557,9 @@ class Input$TerraformStateUnlockInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -44315,6 +45576,7 @@ class Input$TerraformStateUnlockInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -44429,7 +45691,9 @@ class Input$Timeframe { Map _$data; String get start => (_$data['start'] as String); + String get end => (_$data['end'] as String); + Map toJson() { final result$data = {}; final l$start = start; @@ -44444,6 +45708,7 @@ class Input$Timeframe { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -44562,9 +45827,13 @@ class Input$TimelineEventCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get incidentId => (_$data['incidentId'] as String); + String get note => (_$data['note'] as String); + String get occurredAt => (_$data['occurredAt'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -44585,6 +45854,7 @@ class Input$TimelineEventCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -44725,7 +45995,9 @@ class Input$TimelineEventDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -44742,6 +46014,7 @@ class Input$TimelineEventDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -44859,7 +46132,9 @@ class Input$TimelineEventPromoteFromNoteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get noteId => (_$data['noteId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -44877,6 +46152,7 @@ class Input$TimelineEventPromoteFromNoteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -45006,9 +46282,13 @@ class Input$TimelineEventUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get note => (_$data['note'] as String?); + String? get occurredAt => (_$data['occurredAt'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -45033,6 +46313,7 @@ class Input$TimelineEventUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -45190,10 +46471,15 @@ class Input$TimelogCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get timeSpent => (_$data['timeSpent'] as String); + String get spentAt => (_$data['spentAt'] as String); + String get summary => (_$data['summary'] as String); + String get issuableId => (_$data['issuableId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -45216,6 +46502,7 @@ class Input$TimelogCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -45369,7 +46656,9 @@ class Input$TimelogDeleteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -45386,6 +46675,7 @@ class Input$TimelogDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -45502,7 +46792,9 @@ class Input$TodoCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get targetId => (_$data['targetId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -45519,6 +46811,7 @@ class Input$TodoCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -45635,7 +46928,9 @@ class Input$TodoMarkDoneInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -45652,6 +46947,7 @@ class Input$TodoMarkDoneInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -45768,7 +47064,9 @@ class Input$TodoRestoreInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -45785,6 +47083,7 @@ class Input$TodoRestoreInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -45902,7 +47201,9 @@ class Input$TodoRestoreManyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + List get ids => (_$data['ids'] as List); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -45919,6 +47220,7 @@ class Input$TodoRestoreManyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -46044,7 +47346,9 @@ class Input$TodosMarkAllDoneInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get targetId => (_$data['targetId'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -46063,6 +47367,7 @@ class Input$TodosMarkAllDoneInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -46192,10 +47497,14 @@ class Input$UpdateAlertStatusInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Enum$AlertManagementStatus get status => (_$data['status'] as Enum$AlertManagementStatus); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -46216,6 +47525,7 @@ class Input$UpdateAlertStatusInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -46365,9 +47675,13 @@ class Input$UpdateBoardEpicUserPreferencesInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get boardId => (_$data['boardId'] as String); + String get epicId => (_$data['epicId'] as String); + bool get collapsed => (_$data['collapsed'] as bool); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -46389,6 +47703,7 @@ class Input$UpdateBoardEpicUserPreferencesInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -46593,17 +47908,29 @@ class Input$UpdateBoardInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get name => (_$data['name'] as String?); + bool? get hideBacklogList => (_$data['hideBacklogList'] as bool?); + bool? get hideClosedList => (_$data['hideClosedList'] as bool?); + String get id => (_$data['id'] as String); + String? get assigneeId => (_$data['assigneeId'] as String?); + String? get milestoneId => (_$data['milestoneId'] as String?); + String? get iterationId => (_$data['iterationId'] as String?); + String? get iterationCadenceId => (_$data['iterationCadenceId'] as String?); + int? get weight => (_$data['weight'] as int?); + List? get labels => (_$data['labels'] as List?); + List? get labelIds => (_$data['labelIds'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -46660,6 +47987,7 @@ class Input$UpdateBoardInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -46970,9 +48298,13 @@ class Input$UpdateBoardListInput { Map _$data; int? get position => (_$data['position'] as int?); + bool? get collapsed => (_$data['collapsed'] as bool?); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get listId => (_$data['listId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('position')) { @@ -46997,6 +48329,7 @@ class Input$UpdateBoardListInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -47150,9 +48483,12 @@ class Input$UpdateComplianceFrameworkInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Input$ComplianceFrameworkInput get params => (_$data['params'] as Input$ComplianceFrameworkInput); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -47172,6 +48508,7 @@ class Input$UpdateComplianceFrameworkInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -47259,6 +48596,7 @@ class _CopyWithImpl$Input$UpdateComplianceFrameworkInput if (params != _undefined && params != null) 'params': (params as Input$ComplianceFrameworkInput), })); + CopyWith$Input$ComplianceFrameworkInput get params { final local$params = _instance.params; return CopyWith$Input$ComplianceFrameworkInput( @@ -47278,6 +48616,7 @@ class _CopyWithStubImpl$Input$UpdateComplianceFrameworkInput Input$ComplianceFrameworkInput? params, }) => _res; + CopyWith$Input$ComplianceFrameworkInput get params => CopyWith$Input$ComplianceFrameworkInput.stub(_res); } @@ -47354,16 +48693,24 @@ class Input$UpdateContainerExpirationPolicyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + bool? get enabled => (_$data['enabled'] as bool?); + Enum$ContainerExpirationPolicyCadenceEnum? get cadence => (_$data['cadence'] as Enum$ContainerExpirationPolicyCadenceEnum?); + Enum$ContainerExpirationPolicyOlderThanEnum? get olderThan => (_$data['olderThan'] as Enum$ContainerExpirationPolicyOlderThanEnum?); + Enum$ContainerExpirationPolicyKeepEnum? get keepN => (_$data['keepN'] as Enum$ContainerExpirationPolicyKeepEnum?); + String? get nameRegex => (_$data['nameRegex'] as String?); + String? get nameRegexKeep => (_$data['nameRegexKeep'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -47411,6 +48758,7 @@ class Input$UpdateContainerExpirationPolicyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -47633,9 +48981,13 @@ class Input$UpdateDependencyProxyImageTtlGroupPolicyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get groupPath => (_$data['groupPath'] as String); + bool? get enabled => (_$data['enabled'] as bool?); + int? get ttl => (_$data['ttl'] as int?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -47662,6 +49014,7 @@ class Input$UpdateDependencyProxyImageTtlGroupPolicyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -47821,8 +49174,11 @@ class Input$UpdateDependencyProxySettingsInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get groupPath => (_$data['groupPath'] as String); + bool? get enabled => (_$data['enabled'] as bool?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -47844,6 +49200,7 @@ class Input$UpdateDependencyProxySettingsInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -47990,9 +49347,13 @@ class Input$UpdateDiffImagePositionInput { Map _$data; int? get x => (_$data['x'] as int?); + int? get y => (_$data['y'] as int?); + int? get width => (_$data['width'] as int?); + int? get height => (_$data['height'] as int?); + Map toJson() { final result$data = {}; if (_$data.containsKey('x')) { @@ -48020,6 +49381,7 @@ class Input$UpdateDiffImagePositionInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -48177,9 +49539,13 @@ class Input$UpdateEpicBoardListInput { Map _$data; int? get position => (_$data['position'] as int?); + bool? get collapsed => (_$data['collapsed'] as bool?); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get listId => (_$data['listId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('position')) { @@ -48204,6 +49570,7 @@ class Input$UpdateEpicBoardListInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -48441,23 +49808,39 @@ class Input$UpdateEpicInput { Map _$data; String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get groupPath => (_$data['groupPath'] as String); + String? get title => (_$data['title'] as String?); + String? get description => (_$data['description'] as String?); + bool? get confidential => (_$data['confidential'] as bool?); + String? get startDateFixed => (_$data['startDateFixed'] as String?); + String? get dueDateFixed => (_$data['dueDateFixed'] as String?); + bool? get startDateIsFixed => (_$data['startDateIsFixed'] as bool?); + bool? get dueDateIsFixed => (_$data['dueDateIsFixed'] as bool?); + List? get addLabelIds => (_$data['addLabelIds'] as List?); + List? get removeLabelIds => (_$data['removeLabelIds'] as List?); + List? get addLabels => (_$data['addLabels'] as List?); + String? get color => (_$data['color'] as String?); + Enum$EpicStateEvent? get stateEvent => (_$data['stateEvent'] as Enum$EpicStateEvent?); + List? get removeLabels => (_$data['removeLabels'] as List?); + Map toJson() { final result$data = {}; final l$iid = iid; @@ -48530,6 +49913,7 @@ class Input$UpdateEpicInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -48933,10 +50317,14 @@ class Input$UpdateImageDiffNoteInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get body => (_$data['body'] as String?); + Input$UpdateDiffImagePositionInput? get position => (_$data['position'] as Input$UpdateDiffImagePositionInput?); + Map toJson() { final result$data = {}; final l$id = id; @@ -48961,6 +50349,7 @@ class Input$UpdateImageDiffNoteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -49065,6 +50454,7 @@ class _CopyWithImpl$Input$UpdateImageDiffNoteInput if (position != _undefined) 'position': (position as Input$UpdateDiffImagePositionInput?), })); + CopyWith$Input$UpdateDiffImagePositionInput get position { final local$position = _instance.position; return local$position == null @@ -49087,6 +50477,7 @@ class _CopyWithStubImpl$Input$UpdateImageDiffNoteInput Input$UpdateDiffImagePositionInput? position, }) => _res; + CopyWith$Input$UpdateDiffImagePositionInput get position => CopyWith$Input$UpdateDiffImagePositionInput.stub(_res); } @@ -49214,25 +50605,42 @@ class Input$UpdateIssueInput { Map _$data; String get projectPath => (_$data['projectPath'] as String); + String get iid => (_$data['iid'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get description => (_$data['description'] as String?); + String? get dueDate => (_$data['dueDate'] as String?); + bool? get confidential => (_$data['confidential'] as bool?); + bool? get locked => (_$data['locked'] as bool?); + Enum$IssueType? get type => (_$data['type'] as Enum$IssueType?); + String? get title => (_$data['title'] as String?); + String? get milestoneId => (_$data['milestoneId'] as String?); + List? get addLabelIds => (_$data['addLabelIds'] as List?); + List? get removeLabelIds => (_$data['removeLabelIds'] as List?); + List? get labelIds => (_$data['labelIds'] as List?); + Enum$IssueStateEvent? get stateEvent => (_$data['stateEvent'] as Enum$IssueStateEvent?); + Enum$HealthStatus? get healthStatus => (_$data['healthStatus'] as Enum$HealthStatus?); + int? get weight => (_$data['weight'] as int?); + String? get epicId => (_$data['epicId'] as String?); + Map toJson() { final result$data = {}; final l$projectPath = projectPath; @@ -49312,6 +50720,7 @@ class Input$UpdateIssueInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -49721,12 +51130,19 @@ class Input$UpdateIterationInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get groupPath => (_$data['groupPath'] as String); + String get id => (_$data['id'] as String); + String? get title => (_$data['title'] as String?); + String? get description => (_$data['description'] as String?); + String? get startDate => (_$data['startDate'] as String?); + String? get dueDate => (_$data['dueDate'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -49761,6 +51177,7 @@ class Input$UpdateIterationInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -49982,15 +51399,21 @@ class Input$UpdateNamespacePackageSettingsInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get namespacePath => (_$data['namespacePath'] as String); + bool? get mavenDuplicatesAllowed => (_$data['mavenDuplicatesAllowed'] as bool?); + String? get mavenDuplicateExceptionRegex => (_$data['mavenDuplicateExceptionRegex'] as String?); + bool? get genericDuplicatesAllowed => (_$data['genericDuplicatesAllowed'] as bool?); + String? get genericDuplicateExceptionRegex => (_$data['genericDuplicateExceptionRegex'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -50026,6 +51449,7 @@ class Input$UpdateNamespacePackageSettingsInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -50226,8 +51650,11 @@ class Input$UpdateNoteInput { Map _$data; String get id => (_$data['id'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get body => (_$data['body'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -50248,6 +51675,7 @@ class Input$UpdateNoteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -50390,10 +51818,13 @@ class Input$UpdatePackagesCleanupPolicyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get projectPath => (_$data['projectPath'] as String); + Enum$PackagesCleanupKeepDuplicatedPackageFilesEnum? get keepNDuplicatedPackageFiles => (_$data['keepNDuplicatedPackageFiles'] as Enum$PackagesCleanupKeepDuplicatedPackageFilesEnum?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -50419,6 +51850,7 @@ class Input$UpdatePackagesCleanupPolicyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -50591,14 +52023,21 @@ class Input$UpdateRequirementInput { Map _$data; String? get title => (_$data['title'] as String?); + String? get description => (_$data['description'] as String?); + String get projectPath => (_$data['projectPath'] as String); + String? get clientMutationId => (_$data['clientMutationId'] as String?); + Enum$RequirementState? get state => (_$data['state'] as Enum$RequirementState?); + String get iid => (_$data['iid'] as String); + Enum$TestReportState? get lastTestReportState => (_$data['lastTestReportState'] as Enum$TestReportState?); + Map toJson() { final result$data = {}; if (_$data.containsKey('title')) { @@ -50636,6 +52075,7 @@ class Input$UpdateRequirementInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -50854,13 +52294,19 @@ class Input$UpdateSnippetInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get title => (_$data['title'] as String?); + String? get description => (_$data['description'] as String?); + Enum$VisibilityLevelsEnum? get visibilityLevel => (_$data['visibilityLevel'] as Enum$VisibilityLevelsEnum?); + List? get blobActions => (_$data['blobActions'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -50896,6 +52342,7 @@ class Input$UpdateSnippetInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -51050,6 +52497,7 @@ class _CopyWithImpl$Input$UpdateSnippetInput 'blobActions': (blobActions as List?), })); + TRes blobActions( Iterable? Function( Iterable< @@ -51079,6 +52527,7 @@ class _CopyWithStubImpl$Input$UpdateSnippetInput List? blobActions, }) => _res; + blobActions(_fn) => _res; } @@ -51124,10 +52573,15 @@ class Input$UploadDeleteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get projectPath => (_$data['projectPath'] as String?); + String? get groupPath => (_$data['groupPath'] as String?); + String get secret => (_$data['secret'] as String); + String get filename => (_$data['filename'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -51154,6 +52608,7 @@ class Input$UploadDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -51313,7 +52768,9 @@ class Input$UserCalloutCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get featureName => (_$data['featureName'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -51330,6 +52787,7 @@ class Input$UserCalloutCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -51451,7 +52909,9 @@ class Input$UserPreferencesUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + Enum$IssueSort? get issuesSort => (_$data['issuesSort'] as Enum$IssueSort?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -51471,6 +52931,7 @@ class Input$UserPreferencesUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -51592,7 +53053,9 @@ class Input$VulnerabilityConfirmInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -51609,6 +53072,7 @@ class Input$VulnerabilityConfirmInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -51805,25 +53269,40 @@ class Input$VulnerabilityCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get project => (_$data['project'] as String); + String get name => (_$data['name'] as String); + String get description => (_$data['description'] as String); + Input$VulnerabilityScannerInput get scanner => (_$data['scanner'] as Input$VulnerabilityScannerInput); + List get identifiers => (_$data['identifiers'] as List); + Enum$VulnerabilityState? get state => (_$data['state'] as Enum$VulnerabilityState?); + Enum$VulnerabilitySeverity? get severity => (_$data['severity'] as Enum$VulnerabilitySeverity?); + Enum$VulnerabilityConfidence? get confidence => (_$data['confidence'] as Enum$VulnerabilityConfidence?); + String? get solution => (_$data['solution'] as String?); + String? get message => (_$data['message'] as String?); + String? get detectedAt => (_$data['detectedAt'] as String?); + String? get confirmedAt => (_$data['confirmedAt'] as String?); + String? get resolvedAt => (_$data['resolvedAt'] as String?); + String? get dismissedAt => (_$data['dismissedAt'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -51889,6 +53368,7 @@ class Input$VulnerabilityCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -52149,6 +53629,7 @@ class _CopyWithImpl$Input$VulnerabilityCreateInput if (resolvedAt != _undefined) 'resolvedAt': (resolvedAt as String?), if (dismissedAt != _undefined) 'dismissedAt': (dismissedAt as String?), })); + CopyWith$Input$VulnerabilityScannerInput get scanner { final local$scanner = _instance.scanner; return CopyWith$Input$VulnerabilityScannerInput( @@ -52193,8 +53674,10 @@ class _CopyWithStubImpl$Input$VulnerabilityCreateInput String? dismissedAt, }) => _res; + CopyWith$Input$VulnerabilityScannerInput get scanner => CopyWith$Input$VulnerabilityScannerInput.stub(_res); + identifiers(_fn) => _res; } @@ -52239,10 +53722,14 @@ class Input$VulnerabilityDismissInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + String? get comment => (_$data['comment'] as String?); + Enum$VulnerabilityDismissalReason? get dismissalReason => (_$data['dismissalReason'] as Enum$VulnerabilityDismissalReason?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -52269,6 +53756,7 @@ class Input$VulnerabilityDismissInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -52428,12 +53916,16 @@ class Input$VulnerabilityExternalIssueLinkCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Enum$VulnerabilityExternalIssueLinkType get linkType => (_$data['linkType'] as Enum$VulnerabilityExternalIssueLinkType); + Enum$VulnerabilityExternalIssueLinkExternalTracker get externalTracker => (_$data['externalTracker'] as Enum$VulnerabilityExternalIssueLinkExternalTracker); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -52458,6 +53950,7 @@ class Input$VulnerabilityExternalIssueLinkCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -52601,7 +54094,9 @@ class Input$VulnerabilityExternalIssueLinkDestroyInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -52619,6 +54114,7 @@ class Input$VulnerabilityExternalIssueLinkDestroyInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -52754,10 +54250,14 @@ class Input$VulnerabilityFindingDismissInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get uuid => (_$data['uuid'] as String?); + String? get comment => (_$data['comment'] as String?); + Enum$VulnerabilityDismissalReason? get dismissalReason => (_$data['dismissalReason'] as Enum$VulnerabilityDismissalReason?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -52787,6 +54287,7 @@ class Input$VulnerabilityFindingDismissInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -52948,9 +54449,13 @@ class Input$VulnerabilityIdentifierInput { Map _$data; String get name => (_$data['name'] as String); + String get url => (_$data['url'] as String); + String? get externalType => (_$data['externalType'] as String?); + String? get externalId => (_$data['externalId'] as String?); + Map toJson() { final result$data = {}; final l$name = name; @@ -52974,6 +54479,7 @@ class Input$VulnerabilityIdentifierInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -53116,7 +54622,9 @@ class Input$VulnerabilityResolveInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -53133,6 +54641,7 @@ class Input$VulnerabilityResolveInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -53250,7 +54759,9 @@ class Input$VulnerabilityRevertToDetectedInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -53268,6 +54779,7 @@ class Input$VulnerabilityRevertToDetectedInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -53399,11 +54911,16 @@ class Input$VulnerabilityScannerInput { Map _$data; String get id => (_$data['id'] as String); + String get name => (_$data['name'] as String); + String get url => (_$data['url'] as String); + Input$VulnerabilityScannerVendorInput? get vendor => (_$data['vendor'] as Input$VulnerabilityScannerVendorInput?); + String get version => (_$data['version'] as String); + Map toJson() { final result$data = {}; final l$id = id; @@ -53426,6 +54943,7 @@ class Input$VulnerabilityScannerInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -53532,6 +55050,7 @@ class _CopyWithImpl$Input$VulnerabilityScannerInput if (version != _undefined && version != null) 'version': (version as String), })); + CopyWith$Input$VulnerabilityScannerVendorInput get vendor { final local$vendor = _instance.vendor; return local$vendor == null @@ -53555,6 +55074,7 @@ class _CopyWithStubImpl$Input$VulnerabilityScannerInput String? version, }) => _res; + CopyWith$Input$VulnerabilityScannerVendorInput get vendor => CopyWith$Input$VulnerabilityScannerVendorInput.stub(_res); } @@ -53578,6 +55098,7 @@ class Input$VulnerabilityScannerVendorInput { Map _$data; String get name => (_$data['name'] as String); + Map toJson() { final result$data = {}; final l$name = name; @@ -53591,6 +55112,7 @@ class Input$VulnerabilityScannerVendorInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -53692,10 +55214,15 @@ class Input$WorkItemConvertTaskInput { Map _$data; int get lineNumberEnd => (_$data['lineNumberEnd'] as int); + int get lineNumberStart => (_$data['lineNumberStart'] as int); + int get lockVersion => (_$data['lockVersion'] as int); + String get title => (_$data['title'] as String); + String get workItemTypeId => (_$data['workItemTypeId'] as String); + Map toJson() { final result$data = {}; final l$lineNumberEnd = lineNumberEnd; @@ -53716,6 +55243,7 @@ class Input$WorkItemConvertTaskInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -53870,9 +55398,12 @@ class Input$WorkItemCreateFromTaskInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Input$WorkItemConvertTaskInput get workItemData => (_$data['workItemData'] as Input$WorkItemConvertTaskInput); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -53891,6 +55422,7 @@ class Input$WorkItemCreateFromTaskInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -53978,6 +55510,7 @@ class _CopyWithImpl$Input$WorkItemCreateFromTaskInput if (workItemData != _undefined && workItemData != null) 'workItemData': (workItemData as Input$WorkItemConvertTaskInput), })); + CopyWith$Input$WorkItemConvertTaskInput get workItemData { final local$workItemData = _instance.workItemData; return CopyWith$Input$WorkItemConvertTaskInput( @@ -53997,6 +55530,7 @@ class _CopyWithStubImpl$Input$WorkItemCreateFromTaskInput Input$WorkItemConvertTaskInput? workItemData, }) => _res; + CopyWith$Input$WorkItemConvertTaskInput get workItemData => CopyWith$Input$WorkItemConvertTaskInput.stub(_res); } @@ -54056,13 +55590,20 @@ class Input$WorkItemCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + bool? get confidential => (_$data['confidential'] as bool?); + String? get description => (_$data['description'] as String?); + Input$WorkItemWidgetHierarchyCreateInput? get hierarchyWidget => (_$data['hierarchyWidget'] as Input$WorkItemWidgetHierarchyCreateInput?); + String get projectPath => (_$data['projectPath'] as String); + String get title => (_$data['title'] as String); + String get workItemTypeId => (_$data['workItemTypeId'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -54095,6 +55636,7 @@ class Input$WorkItemCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -54237,6 +55779,7 @@ class _CopyWithImpl$Input$WorkItemCreateInput if (workItemTypeId != _undefined && workItemTypeId != null) 'workItemTypeId': (workItemTypeId as String), })); + CopyWith$Input$WorkItemWidgetHierarchyCreateInput get hierarchyWidget { final local$hierarchyWidget = _instance.hierarchyWidget; return local$hierarchyWidget == null @@ -54263,6 +55806,7 @@ class _CopyWithStubImpl$Input$WorkItemCreateInput String? workItemTypeId, }) => _res; + CopyWith$Input$WorkItemWidgetHierarchyCreateInput get hierarchyWidget => CopyWith$Input$WorkItemWidgetHierarchyCreateInput.stub(_res); } @@ -54293,7 +55837,9 @@ class Input$WorkItemDeleteInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -54310,6 +55856,7 @@ class Input$WorkItemDeleteInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -54435,10 +55982,14 @@ class Input$WorkItemDeleteTaskInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + int get lockVersion => (_$data['lockVersion'] as int); + Input$WorkItemDeletedTaskInput get taskData => (_$data['taskData'] as Input$WorkItemDeletedTaskInput); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -54459,6 +56010,7 @@ class Input$WorkItemDeleteTaskInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -54557,6 +56109,7 @@ class _CopyWithImpl$Input$WorkItemDeleteTaskInput if (taskData != _undefined && taskData != null) 'taskData': (taskData as Input$WorkItemDeletedTaskInput), })); + CopyWith$Input$WorkItemDeletedTaskInput get taskData { final local$taskData = _instance.taskData; return CopyWith$Input$WorkItemDeletedTaskInput( @@ -54577,6 +56130,7 @@ class _CopyWithStubImpl$Input$WorkItemDeleteTaskInput Input$WorkItemDeletedTaskInput? taskData, }) => _res; + CopyWith$Input$WorkItemDeletedTaskInput get taskData => CopyWith$Input$WorkItemDeletedTaskInput.stub(_res); } @@ -54609,8 +56163,11 @@ class Input$WorkItemDeletedTaskInput { Map _$data; String get id => (_$data['id'] as String); + int get lineNumberEnd => (_$data['lineNumberEnd'] as int); + int get lineNumberStart => (_$data['lineNumberStart'] as int); + Map toJson() { final result$data = {}; final l$id = id; @@ -54627,6 +56184,7 @@ class Input$WorkItemDeletedTaskInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -54817,22 +56375,32 @@ class Input$WorkItemUpdateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Enum$WorkItemStateEvent? get stateEvent => (_$data['stateEvent'] as Enum$WorkItemStateEvent?); + String? get title => (_$data['title'] as String?); + bool? get confidential => (_$data['confidential'] as bool?); + Input$WorkItemWidgetDescriptionInput? get descriptionWidget => (_$data['descriptionWidget'] as Input$WorkItemWidgetDescriptionInput?); + Input$WorkItemWidgetAssigneesInput? get assigneesWidget => (_$data['assigneesWidget'] as Input$WorkItemWidgetAssigneesInput?); + Input$WorkItemWidgetHierarchyUpdateInput? get hierarchyWidget => (_$data['hierarchyWidget'] as Input$WorkItemWidgetHierarchyUpdateInput?); + Input$WorkItemWidgetStartAndDueDateUpdateInput? get startAndDueDateWidget => (_$data['startAndDueDateWidget'] as Input$WorkItemWidgetStartAndDueDateUpdateInput?); + Input$WorkItemWidgetWeightInput? get weightWidget => (_$data['weightWidget'] as Input$WorkItemWidgetWeightInput?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -54883,6 +56451,7 @@ class Input$WorkItemUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -55087,6 +56656,7 @@ class _CopyWithImpl$Input$WorkItemUpdateInput if (weightWidget != _undefined) 'weightWidget': (weightWidget as Input$WorkItemWidgetWeightInput?), })); + CopyWith$Input$WorkItemWidgetDescriptionInput get descriptionWidget { final local$descriptionWidget = _instance.descriptionWidget; return local$descriptionWidget == null @@ -55150,15 +56720,20 @@ class _CopyWithStubImpl$Input$WorkItemUpdateInput Input$WorkItemWidgetWeightInput? weightWidget, }) => _res; + CopyWith$Input$WorkItemWidgetDescriptionInput get descriptionWidget => CopyWith$Input$WorkItemWidgetDescriptionInput.stub(_res); + CopyWith$Input$WorkItemWidgetAssigneesInput get assigneesWidget => CopyWith$Input$WorkItemWidgetAssigneesInput.stub(_res); + CopyWith$Input$WorkItemWidgetHierarchyUpdateInput get hierarchyWidget => CopyWith$Input$WorkItemWidgetHierarchyUpdateInput.stub(_res); + CopyWith$Input$WorkItemWidgetStartAndDueDateUpdateInput get startAndDueDateWidget => CopyWith$Input$WorkItemWidgetStartAndDueDateUpdateInput.stub(_res); + CopyWith$Input$WorkItemWidgetWeightInput get weightWidget => CopyWith$Input$WorkItemWidgetWeightInput.stub(_res); } @@ -55194,9 +56769,12 @@ class Input$WorkItemUpdateTaskInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Input$WorkItemUpdatedTaskInput get taskData => (_$data['taskData'] as Input$WorkItemUpdatedTaskInput); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -55215,6 +56793,7 @@ class Input$WorkItemUpdateTaskInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -55302,6 +56881,7 @@ class _CopyWithImpl$Input$WorkItemUpdateTaskInput if (taskData != _undefined && taskData != null) 'taskData': (taskData as Input$WorkItemUpdatedTaskInput), })); + CopyWith$Input$WorkItemUpdatedTaskInput get taskData { final local$taskData = _instance.taskData; return CopyWith$Input$WorkItemUpdatedTaskInput( @@ -55321,6 +56901,7 @@ class _CopyWithStubImpl$Input$WorkItemUpdateTaskInput Input$WorkItemUpdatedTaskInput? taskData, }) => _res; + CopyWith$Input$WorkItemUpdatedTaskInput get taskData => CopyWith$Input$WorkItemUpdatedTaskInput.stub(_res); } @@ -55360,9 +56941,12 @@ class Input$WorkItemUpdateWidgetsInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String get id => (_$data['id'] as String); + Input$WorkItemWidgetDescriptionInput? get descriptionWidget => (_$data['descriptionWidget'] as Input$WorkItemWidgetDescriptionInput?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -55383,6 +56967,7 @@ class Input$WorkItemUpdateWidgetsInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -55475,6 +57060,7 @@ class _CopyWithImpl$Input$WorkItemUpdateWidgetsInput 'descriptionWidget': (descriptionWidget as Input$WorkItemWidgetDescriptionInput?), })); + CopyWith$Input$WorkItemWidgetDescriptionInput get descriptionWidget { final local$descriptionWidget = _instance.descriptionWidget; return local$descriptionWidget == null @@ -55496,6 +57082,7 @@ class _CopyWithStubImpl$Input$WorkItemUpdateWidgetsInput Input$WorkItemWidgetDescriptionInput? descriptionWidget, }) => _res; + CopyWith$Input$WorkItemWidgetDescriptionInput get descriptionWidget => CopyWith$Input$WorkItemWidgetDescriptionInput.stub(_res); } @@ -55577,19 +57164,27 @@ class Input$WorkItemUpdatedTaskInput { Map _$data; String get id => (_$data['id'] as String); + Enum$WorkItemStateEvent? get stateEvent => (_$data['stateEvent'] as Enum$WorkItemStateEvent?); + String? get title => (_$data['title'] as String?); + bool? get confidential => (_$data['confidential'] as bool?); + Input$WorkItemWidgetDescriptionInput? get descriptionWidget => (_$data['descriptionWidget'] as Input$WorkItemWidgetDescriptionInput?); + Input$WorkItemWidgetAssigneesInput? get assigneesWidget => (_$data['assigneesWidget'] as Input$WorkItemWidgetAssigneesInput?); + Input$WorkItemWidgetHierarchyUpdateInput? get hierarchyWidget => (_$data['hierarchyWidget'] as Input$WorkItemWidgetHierarchyUpdateInput?); + Input$WorkItemWidgetStartAndDueDateUpdateInput? get startAndDueDateWidget => (_$data['startAndDueDateWidget'] as Input$WorkItemWidgetStartAndDueDateUpdateInput?); + Map toJson() { final result$data = {}; final l$id = id; @@ -55632,6 +57227,7 @@ class Input$WorkItemUpdatedTaskInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -55805,6 +57401,7 @@ class _CopyWithImpl$Input$WorkItemUpdatedTaskInput 'startAndDueDateWidget': (startAndDueDateWidget as Input$WorkItemWidgetStartAndDueDateUpdateInput?), })); + CopyWith$Input$WorkItemWidgetDescriptionInput get descriptionWidget { final local$descriptionWidget = _instance.descriptionWidget; return local$descriptionWidget == null @@ -55858,12 +57455,16 @@ class _CopyWithStubImpl$Input$WorkItemUpdatedTaskInput Input$WorkItemWidgetStartAndDueDateUpdateInput? startAndDueDateWidget, }) => _res; + CopyWith$Input$WorkItemWidgetDescriptionInput get descriptionWidget => CopyWith$Input$WorkItemWidgetDescriptionInput.stub(_res); + CopyWith$Input$WorkItemWidgetAssigneesInput get assigneesWidget => CopyWith$Input$WorkItemWidgetAssigneesInput.stub(_res); + CopyWith$Input$WorkItemWidgetHierarchyUpdateInput get hierarchyWidget => CopyWith$Input$WorkItemWidgetHierarchyUpdateInput.stub(_res); + CopyWith$Input$WorkItemWidgetStartAndDueDateUpdateInput get startAndDueDateWidget => CopyWith$Input$WorkItemWidgetStartAndDueDateUpdateInput.stub(_res); @@ -55890,6 +57491,7 @@ class Input$WorkItemWidgetAssigneesInput { Map _$data; List get assigneeIds => (_$data['assigneeIds'] as List); + Map toJson() { final result$data = {}; final l$assigneeIds = assigneeIds; @@ -55903,6 +57505,7 @@ class Input$WorkItemWidgetAssigneesInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -55995,6 +57598,7 @@ class Input$WorkItemWidgetDescriptionInput { Map _$data; String get description => (_$data['description'] as String); + Map toJson() { final result$data = {}; final l$description = description; @@ -56008,6 +57612,7 @@ class Input$WorkItemWidgetDescriptionInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -56095,6 +57700,7 @@ class Input$WorkItemWidgetHierarchyCreateInput { Map _$data; String? get parentId => (_$data['parentId'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('parentId')) { @@ -56110,6 +57716,7 @@ class Input$WorkItemWidgetHierarchyCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -56210,7 +57817,9 @@ class Input$WorkItemWidgetHierarchyUpdateInput { Map _$data; String? get parentId => (_$data['parentId'] as String?); + List? get childrenIds => (_$data['childrenIds'] as List?); + Map toJson() { final result$data = {}; if (_$data.containsKey('parentId')) { @@ -56230,6 +57839,7 @@ class Input$WorkItemWidgetHierarchyUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -56368,7 +57978,9 @@ class Input$WorkItemWidgetStartAndDueDateUpdateInput { Map _$data; String? get dueDate => (_$data['dueDate'] as String?); + String? get startDate => (_$data['startDate'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('dueDate')) { @@ -56388,6 +58000,7 @@ class Input$WorkItemWidgetStartAndDueDateUpdateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -56501,6 +58114,7 @@ class Input$WorkItemWidgetWeightInput { Map _$data; int? get weight => (_$data['weight'] as int?); + Map toJson() { final result$data = {}; if (_$data.containsKey('weight')) { @@ -56515,6 +58129,7 @@ class Input$WorkItemWidgetWeightInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -56648,13 +58263,21 @@ class Input$iterationCreateInput { Map _$data; String? get clientMutationId => (_$data['clientMutationId'] as String?); + String? get projectPath => (_$data['projectPath'] as String?); + String? get groupPath => (_$data['groupPath'] as String?); + String? get iterationsCadenceId => (_$data['iterationsCadenceId'] as String?); + String? get title => (_$data['title'] as String?); + String? get description => (_$data['description'] as String?); + String? get startDate => (_$data['startDate'] as String?); + String? get dueDate => (_$data['dueDate'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('clientMutationId')) { @@ -56697,6 +58320,7 @@ class Input$iterationCreateInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/issue_181/document.graphql.dart b/packages/graphql_codegen/test/assets/issue_181/document.graphql.dart index 94eede55..3cf78915 100644 --- a/packages/graphql_codegen/test/assets/issue_181/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/issue_181/document.graphql.dart @@ -36,9 +36,13 @@ class Input$UpdatePersonInput { Map _$data; String get id => (_$data['id'] as String); + String? get full_name => (_$data['full_name'] as String?); + String? get nickname => (_$data['nickname'] as String?); + String? get website => (_$data['website'] as String?); + Map toJson() { final result$data = {}; final l$id = id; @@ -63,6 +67,7 @@ class Input$UpdatePersonInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/issue_192/document.graphql.dart b/packages/graphql_codegen/test/assets/issue_192/document.graphql.dart index 95dd5948..026e583e 100644 --- a/packages/graphql_codegen/test/assets/issue_192/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/issue_192/document.graphql.dart @@ -277,6 +277,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$Q$book get book { final local$book = _instance.book; return local$book == null @@ -295,6 +296,7 @@ class _CopyWithStubImpl$Query$Q implements CopyWith$Query$Q { String? $__typename, }) => _res; + CopyWith$Query$Q$book get book => CopyWith$Query$Q$book.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/issue_206/document.graphql.dart b/packages/graphql_codegen/test/assets/issue_206/document.graphql.dart index 03a71597..6f5d95ac 100644 --- a/packages/graphql_codegen/test/assets/issue_206/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/issue_206/document.graphql.dart @@ -319,6 +319,7 @@ class _CopyWithImpl$Fragment$EventFragment ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$EventFragment$subscription get subscription { final local$subscription = _instance.subscription; return local$subscription == null @@ -339,6 +340,7 @@ class _CopyWithStubImpl$Fragment$EventFragment String? $__typename, }) => _res; + CopyWith$Fragment$EventFragment$subscription get subscription => CopyWith$Fragment$EventFragment$subscription.stub(_res); } @@ -690,6 +692,7 @@ class _CopyWithImpl$Fragment$EventFragment$$EventPublic : (subscription as Fragment$EventFragment$$EventPublic$subscription?), )); + CopyWith$Fragment$UserPublicFragment get owner { final local$owner = _instance.owner; return CopyWith$Fragment$UserPublicFragment( @@ -719,8 +722,10 @@ class _CopyWithStubImpl$Fragment$EventFragment$$EventPublic Fragment$EventFragment$$EventPublic$subscription? subscription, }) => _res; + CopyWith$Fragment$UserPublicFragment get owner => CopyWith$Fragment$UserPublicFragment.stub(_res); + CopyWith$Fragment$EventFragment$$EventPublic$subscription get subscription => CopyWith$Fragment$EventFragment$$EventPublic$subscription.stub(_res); @@ -1115,6 +1120,7 @@ class _CopyWithImpl$Mutation$Bla implements CopyWith$Mutation$Bla { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Mutation$Bla$bla get bla { final local$bla = _instance.bla; return local$bla == null @@ -1134,6 +1140,7 @@ class _CopyWithStubImpl$Mutation$Bla String? $__typename, }) => _res; + CopyWith$Mutation$Bla$bla get bla => CopyWith$Mutation$Bla$bla.stub(_res); } @@ -1436,6 +1443,7 @@ class _CopyWithImpl$Mutation$Bla$bla$$EventPublic ? _instance.$__typename : ($__typename as String), )); + CopyWith$Mutation$Bla$bla$$EventPublic$subscription get subscription { final local$subscription = _instance.subscription; return local$subscription == null @@ -1464,8 +1472,10 @@ class _CopyWithStubImpl$Mutation$Bla$bla$$EventPublic String? $__typename, }) => _res; + CopyWith$Mutation$Bla$bla$$EventPublic$subscription get subscription => CopyWith$Mutation$Bla$bla$$EventPublic$subscription.stub(_res); + CopyWith$Fragment$UserPublicFragment get owner => CopyWith$Fragment$UserPublicFragment.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/issue_239/document.graphql.dart b/packages/graphql_codegen/test/assets/issue_239/document.graphql.dart index d67fb989..c33f8b08 100644 --- a/packages/graphql_codegen/test/assets/issue_239/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/issue_239/document.graphql.dart @@ -452,6 +452,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$Q$booking get booking { final local$booking = _instance.booking; return local$booking == null @@ -479,8 +480,10 @@ class _CopyWithStubImpl$Query$Q implements CopyWith$Query$Q { String? $__typename, }) => _res; + CopyWith$Query$Q$booking get booking => CopyWith$Query$Q$booking.stub(_res); + CopyWith$Fragment$HotelBooking get hotelBooking => CopyWith$Fragment$HotelBooking.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/issue_288/document.graphql.dart b/packages/graphql_codegen/test/assets/issue_288/document.graphql.dart index fc8c5417..ace5c6e7 100644 --- a/packages/graphql_codegen/test/assets/issue_288/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/issue_288/document.graphql.dart @@ -684,6 +684,7 @@ class _CopyWithImpl$Fragment$FullUser ? _instance.$__typename : ($__typename as String), )); + TRes notifications( Iterable? Function( Iterable< @@ -713,6 +714,7 @@ class _CopyWithStubImpl$Fragment$FullUser String? $__typename, }) => _res; + notifications(_fn) => _res; } @@ -1239,6 +1241,7 @@ class Variables$Query$GetUser { Map _$data; String get username => (_$data['username'] as String); + Map toJson() { final result$data = {}; final l$username = username; @@ -1251,6 +1254,7 @@ class Variables$Query$GetUser { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1427,6 +1431,7 @@ class _CopyWithImpl$Query$GetUser ? _instance.$__typename : ($__typename as String), )); + CopyWith$Fragment$FullUser get getUser { final local$getUser = _instance.getUser; return local$getUser == null @@ -1446,6 +1451,7 @@ class _CopyWithStubImpl$Query$GetUser String? $__typename, }) => _res; + CopyWith$Fragment$FullUser get getUser => CopyWith$Fragment$FullUser.stub(_res); } @@ -1523,6 +1529,7 @@ class Variables$Query$GetNotifications { Map _$data; String get username => (_$data['username'] as String); + Map toJson() { final result$data = {}; final l$username = username; @@ -1535,6 +1542,7 @@ class Variables$Query$GetNotifications { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -1714,6 +1722,7 @@ class _CopyWithImpl$Query$GetNotifications ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$GetNotifications$getUser get getUser { final local$getUser = _instance.getUser; return local$getUser == null @@ -1734,6 +1743,7 @@ class _CopyWithStubImpl$Query$GetNotifications String? $__typename, }) => _res; + CopyWith$Query$GetNotifications$getUser get getUser => CopyWith$Query$GetNotifications$getUser.stub(_res); } @@ -1971,6 +1981,7 @@ class _CopyWithImpl$Query$GetNotifications$getUser : (notifications as List?), )); + TRes notifications( Iterable? Function( Iterable< @@ -1997,6 +2008,7 @@ class _CopyWithStubImpl$Query$GetNotifications$getUser List? notifications, }) => _res; + notifications(_fn) => _res; } diff --git a/packages/graphql_codegen/test/assets/issue_293/document.graphql.dart b/packages/graphql_codegen/test/assets/issue_293/document.graphql.dart index 15d1fa98..9a97d452 100644 --- a/packages/graphql_codegen/test/assets/issue_293/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/issue_293/document.graphql.dart @@ -40,9 +40,13 @@ class Input$I { Map _$data; bool get nonNull => (_$data['nonNull'] as bool); + bool? get nonNullWithDefault => (_$data['nonNullWithDefault'] as bool?); + bool? get nullable => (_$data['nullable'] as bool?); + bool? get nullableWithDefault => (_$data['nullableWithDefault'] as bool?); + Map toJson() { final result$data = {}; final l$nonNull = nonNull; @@ -66,6 +70,7 @@ class Input$I { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -489,22 +494,35 @@ class Variables$Query$Q { Map _$data; bool get nonNull => (_$data['nonNull'] as bool); + bool? get nonNullWithDefault => (_$data['nonNullWithDefault'] as bool?); + bool? get nullable => (_$data['nullable'] as bool?); + bool? get nullableWithDefault => (_$data['nullableWithDefault'] as bool?); + Enum$E get nonNullEnum => (_$data['nonNullEnum'] as Enum$E); + Enum$E? get nonNullEnumWithDefault => (_$data['nonNullEnumWithDefault'] as Enum$E?); + Enum$E? get nullableEnum => (_$data['nullableEnum'] as Enum$E?); + Enum$E? get nullableEnumWithDefault => (_$data['nullableEnumWithDefault'] as Enum$E?); + List get nonNullList => (_$data['nonNullList'] as List); + List? get nonNullListWithDefault => (_$data['nonNullListWithDefault'] as List?); + List? get nullableList => (_$data['nullableList'] as List?); + List? get nullableListWithDefault => (_$data['nullableListWithDefault'] as List?); + Input$I? get i => (_$data['i'] as Input$I?); + Map toJson() { final result$data = {}; final l$nonNull = nonNull; @@ -573,6 +591,7 @@ class Variables$Query$Q { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -874,6 +893,7 @@ class _CopyWithImpl$Variables$Query$Q (nullableListWithDefault as List?), if (i != _undefined) 'i': (i as Input$I?), })); + CopyWith$Input$I get i { final local$i = _instance.i; return local$i == null @@ -904,6 +924,7 @@ class _CopyWithStubImpl$Variables$Query$Q Input$I? i, }) => _res; + CopyWith$Input$I get i => CopyWith$Input$I.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/issue_309/document.graphql.dart b/packages/graphql_codegen/test/assets/issue_309/document.graphql.dart index 0c08dd30..fc63e31f 100644 --- a/packages/graphql_codegen/test/assets/issue_309/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/issue_309/document.graphql.dart @@ -45,13 +45,18 @@ class Input$TemplateDisciplineTopicContentInput { Map _$data; String get howStudyIt => (_$data['howStudyIt'] as String); + List get infoContentBlocks => (_$data['infoContentBlocks'] as List); + List? get taskContentBlocks => (_$data['taskContentBlocks'] as List?); + List? get testContentBlocks => (_$data['testContentBlocks'] as List?); + String get whyStudyIt => (_$data['whyStudyIt'] as String); + Map toJson() { final result$data = {}; final l$howStudyIt = howStudyIt; @@ -81,6 +86,7 @@ class Input$TemplateDisciplineTopicContentInput { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -237,6 +243,7 @@ class _CopyWithImpl$Input$TemplateDisciplineTopicContentInput if (whyStudyIt != _undefined && whyStudyIt != null) 'whyStudyIt': (whyStudyIt as String), })); + TRes infoContentBlocks( Iterable Function(Iterable>) _fn) => @@ -246,6 +253,7 @@ class _CopyWithImpl$Input$TemplateDisciplineTopicContentInput e, (i) => i, ))).toList()); + TRes taskContentBlocks( Iterable? Function(Iterable>?) _fn) => @@ -255,6 +263,7 @@ class _CopyWithImpl$Input$TemplateDisciplineTopicContentInput e, (i) => i, )))?.toList()); + TRes testContentBlocks( Iterable? Function(Iterable>?) _fn) => @@ -280,8 +289,11 @@ class _CopyWithStubImpl$Input$TemplateDisciplineTopicContentInput String? whyStudyIt, }) => _res; + infoContentBlocks(_fn) => _res; + taskContentBlocks(_fn) => _res; + testContentBlocks(_fn) => _res; } @@ -304,6 +316,7 @@ class Input$I1 { Map _$data; String? get data => (_$data['data'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('data')) { @@ -317,6 +330,7 @@ class Input$I1 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -399,6 +413,7 @@ class Input$I2 { Map _$data; String? get data => (_$data['data'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('data')) { @@ -412,6 +427,7 @@ class Input$I2 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -494,6 +510,7 @@ class Input$I3 { Map _$data; String? get data => (_$data['data'] as String?); + Map toJson() { final result$data = {}; if (_$data.containsKey('data')) { @@ -507,6 +524,7 @@ class Input$I3 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/lots_of_fragments/document.graphql.dart b/packages/graphql_codegen/test/assets/lots_of_fragments/document.graphql.dart index a23ae125..35735804 100644 --- a/packages/graphql_codegen/test/assets/lots_of_fragments/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/lots_of_fragments/document.graphql.dart @@ -763,6 +763,7 @@ class _CopyWithImpl$Query$FetchStuff ? _instance.field : (field as Query$FetchStuff$field?), )); + CopyWith$Query$FetchStuff$field get field { final local$field = _instance.field; return local$field == null @@ -782,6 +783,7 @@ class _CopyWithStubImpl$Query$FetchStuff Query$FetchStuff$field? field, }) => _res; + CopyWith$Query$FetchStuff$field get field => CopyWith$Query$FetchStuff$field.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/multiple_interfaces/document.graphql.dart b/packages/graphql_codegen/test/assets/multiple_interfaces/document.graphql.dart index 883ed14c..24d41e0d 100644 --- a/packages/graphql_codegen/test/assets/multiple_interfaces/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/multiple_interfaces/document.graphql.dart @@ -840,6 +840,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { TRes call({Object? field = _undefined}) => _then(Query$Q( field: field == _undefined ? _instance.field : (field as Query$Q$field?))); + CopyWith$Query$Q$field get field { final local$field = _instance.field; return local$field == null @@ -854,6 +855,7 @@ class _CopyWithStubImpl$Query$Q implements CopyWith$Query$Q { TRes _res; call({Query$Q$field? field}) => _res; + CopyWith$Query$Q$field get field => CopyWith$Query$Q$field.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/nested_inline_and_fragment_spread/document.graphql.dart b/packages/graphql_codegen/test/assets/nested_inline_and_fragment_spread/document.graphql.dart index 704bfc25..118db559 100644 --- a/packages/graphql_codegen/test/assets/nested_inline_and_fragment_spread/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/nested_inline_and_fragment_spread/document.graphql.dart @@ -247,6 +247,7 @@ class _CopyWithImpl$Fragment$F implements CopyWith$Fragment$F { TRes call({Object? t = _undefined}) => _then( Fragment$F(t: t == _undefined ? _instance.t : (t as Fragment$F$t?))); + CopyWith$Fragment$F$t get t { final local$t = _instance.t; return local$t == null @@ -261,6 +262,7 @@ class _CopyWithStubImpl$Fragment$F implements CopyWith$Fragment$F { TRes _res; call({Fragment$F$t? t}) => _res; + CopyWith$Fragment$F$t get t => CopyWith$Fragment$F$t.stub(_res); } @@ -378,6 +380,7 @@ class _CopyWithImpl$Fragment$F$t implements CopyWith$Fragment$F$t { TRes call({Object? t = _undefined}) => _then( Fragment$F$t(t: t == _undefined ? _instance.t : (t as Fragment$F$t$t?))); + CopyWith$Fragment$F$t$t get t { final local$t = _instance.t; return local$t == null @@ -393,6 +396,7 @@ class _CopyWithStubImpl$Fragment$F$t TRes _res; call({Fragment$F$t$t? t}) => _res; + CopyWith$Fragment$F$t$t get t => CopyWith$Fragment$F$t$t.stub(_res); } @@ -560,6 +564,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { TRes call({Object? t = _undefined}) => _then(Query$Q(t: t == _undefined ? _instance.t : (t as Query$Q$t?))); + CopyWith$Query$Q$t get t { final local$t = _instance.t; return local$t == null @@ -574,6 +579,7 @@ class _CopyWithStubImpl$Query$Q implements CopyWith$Query$Q { TRes _res; call({Query$Q$t? t}) => _res; + CopyWith$Query$Q$t get t => CopyWith$Query$Q$t.stub(_res); } @@ -712,6 +718,7 @@ class _CopyWithImpl$Query$Q$t implements CopyWith$Query$Q$t { TRes call({Object? t = _undefined}) => _then(Query$Q$t(t: t == _undefined ? _instance.t : (t as Query$Q$t$t?))); + CopyWith$Query$Q$t$t get t { final local$t = _instance.t; return local$t == null @@ -726,6 +733,7 @@ class _CopyWithStubImpl$Query$Q$t implements CopyWith$Query$Q$t { TRes _res; call({Query$Q$t$t? t}) => _res; + CopyWith$Query$Q$t$t get t => CopyWith$Query$Q$t$t.stub(_res); } @@ -805,6 +813,7 @@ class _CopyWithImpl$Query$Q$t$t implements CopyWith$Query$Q$t$t { TRes call({Object? t = _undefined}) => _then( Query$Q$t$t(t: t == _undefined ? _instance.t : (t as Query$Q$t$t$t?))); + CopyWith$Query$Q$t$t$t get t { final local$t = _instance.t; return local$t == null @@ -820,6 +829,7 @@ class _CopyWithStubImpl$Query$Q$t$t TRes _res; call({Query$Q$t$t$t? t}) => _res; + CopyWith$Query$Q$t$t$t get t => CopyWith$Query$Q$t$t$t.stub(_res); } @@ -931,6 +941,7 @@ class _CopyWithImpl$Query$Q$t$t$t ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$Q$t$t$t$t get t { final local$t = _instance.t; return local$t == null @@ -950,6 +961,7 @@ class _CopyWithStubImpl$Query$Q$t$t$t String? $__typename, }) => _res; + CopyWith$Query$Q$t$t$t$t get t => CopyWith$Query$Q$t$t$t$t.stub(_res); } @@ -1117,6 +1129,7 @@ class _CopyWithImpl$Query$Q2 implements CopyWith$Query$Q2 { TRes call({Object? t = _undefined}) => _then(Query$Q2(t: t == _undefined ? _instance.t : (t as Query$Q2$t?))); + CopyWith$Query$Q2$t get t { final local$t = _instance.t; return local$t == null @@ -1131,6 +1144,7 @@ class _CopyWithStubImpl$Query$Q2 implements CopyWith$Query$Q2 { TRes _res; call({Query$Q2$t? t}) => _res; + CopyWith$Query$Q2$t get t => CopyWith$Query$Q2$t.stub(_res); } @@ -1269,6 +1283,7 @@ class _CopyWithImpl$Query$Q2$t implements CopyWith$Query$Q2$t { TRes call({Object? t = _undefined}) => _then( Query$Q2$t(t: t == _undefined ? _instance.t : (t as Query$Q2$t$t?))); + CopyWith$Query$Q2$t$t get t { final local$t = _instance.t; return local$t == null @@ -1283,6 +1298,7 @@ class _CopyWithStubImpl$Query$Q2$t implements CopyWith$Query$Q2$t { TRes _res; call({Query$Q2$t$t? t}) => _res; + CopyWith$Query$Q2$t$t get t => CopyWith$Query$Q2$t$t.stub(_res); } @@ -1362,6 +1378,7 @@ class _CopyWithImpl$Query$Q2$t$t implements CopyWith$Query$Q2$t$t { TRes call({Object? t = _undefined}) => _then( Query$Q2$t$t(t: t == _undefined ? _instance.t : (t as Query$Q2$t$t$t?))); + CopyWith$Query$Q2$t$t$t get t { final local$t = _instance.t; return local$t == null @@ -1377,6 +1394,7 @@ class _CopyWithStubImpl$Query$Q2$t$t TRes _res; call({Query$Q2$t$t$t? t}) => _res; + CopyWith$Query$Q2$t$t$t get t => CopyWith$Query$Q2$t$t$t.stub(_res); } @@ -1489,6 +1507,7 @@ class _CopyWithImpl$Query$Q2$t$t$t : ($__typename as String), t: t == _undefined ? _instance.t : (t as Query$Q2$t$t$t$t?), )); + CopyWith$Query$Q2$t$t$t$t get t { final local$t = _instance.t; return local$t == null @@ -1508,6 +1527,7 @@ class _CopyWithStubImpl$Query$Q2$t$t$t Query$Q2$t$t$t$t? t, }) => _res; + CopyWith$Query$Q2$t$t$t$t get t => CopyWith$Query$Q2$t$t$t$t.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/operation_name_collision/mutation.graphql.dart b/packages/graphql_codegen/test/assets/operation_name_collision/mutation.graphql.dart index 0c6b5ded..cdf76ba5 100644 --- a/packages/graphql_codegen/test/assets/operation_name_collision/mutation.graphql.dart +++ b/packages/graphql_codegen/test/assets/operation_name_collision/mutation.graphql.dart @@ -86,6 +86,7 @@ class _CopyWithImpl$Mutation$Operation setName: setName == _undefined ? _instance.setName : (setName as Mutation$Operation$setName?))); + CopyWith$Mutation$Operation$setName get setName { final local$setName = _instance.setName; return local$setName == null @@ -102,6 +103,7 @@ class _CopyWithStubImpl$Mutation$Operation TRes _res; call({Mutation$Operation$setName? setName}) => _res; + CopyWith$Mutation$Operation$setName get setName => CopyWith$Mutation$Operation$setName.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/scopes/a.query.graphql.dart b/packages/graphql_codegen/test/assets/scopes/a.query.graphql.dart index d8cc9deb..17cc8e0d 100644 --- a/packages/graphql_codegen/test/assets/scopes/a.query.graphql.dart +++ b/packages/graphql_codegen/test/assets/scopes/a.query.graphql.dart @@ -113,6 +113,7 @@ class _CopyWithImpl$Query$FetchPerson ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$FetchPerson$fetchPerson get fetchPerson { final local$fetchPerson = _instance.fetchPerson; return local$fetchPerson == null @@ -133,6 +134,7 @@ class _CopyWithStubImpl$Query$FetchPerson String? $__typename, }) => _res; + CopyWith$Query$FetchPerson$fetchPerson get fetchPerson => CopyWith$Query$FetchPerson$fetchPerson.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/scopes/b.query.graphql.dart b/packages/graphql_codegen/test/assets/scopes/b.query.graphql.dart index 20b4e90c..bbc59d71 100644 --- a/packages/graphql_codegen/test/assets/scopes/b.query.graphql.dart +++ b/packages/graphql_codegen/test/assets/scopes/b.query.graphql.dart @@ -113,6 +113,7 @@ class _CopyWithImpl$Query$FetchPerson ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$FetchPerson$fetchPerson get fetchPerson { final local$fetchPerson = _instance.fetchPerson; return local$fetchPerson == null @@ -133,6 +134,7 @@ class _CopyWithStubImpl$Query$FetchPerson String? $__typename, }) => _res; + CopyWith$Query$FetchPerson$fetchPerson get fetchPerson => CopyWith$Query$FetchPerson$fetchPerson.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/string_input_bug/document.graphql.dart b/packages/graphql_codegen/test/assets/string_input_bug/document.graphql.dart index 2a57df70..b4dbd2ec 100644 --- a/packages/graphql_codegen/test/assets/string_input_bug/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/string_input_bug/document.graphql.dart @@ -27,7 +27,9 @@ class Input$I { Map _$data; String? get $String => (_$data['String'] as String?); + int? get $OtherReservedKeyword => (_$data['OtherReservedKeyword'] as int?); + Map toJson() { final result$data = {}; if (_$data.containsKey('String')) { @@ -45,6 +47,7 @@ class Input$I { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { diff --git a/packages/graphql_codegen/test/assets/unions/document.graphql.dart b/packages/graphql_codegen/test/assets/unions/document.graphql.dart index 28fd6576..d7dc12e2 100644 --- a/packages/graphql_codegen/test/assets/unions/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/unions/document.graphql.dart @@ -247,6 +247,7 @@ class _CopyWithImpl$Query$Q implements CopyWith$Query$Q { TRes call({Object? u = _undefined}) => _then(Query$Q(u: u == _undefined ? _instance.u : (u as Query$Q$u?))); + CopyWith$Query$Q$u get u { final local$u = _instance.u; return local$u == null @@ -261,6 +262,7 @@ class _CopyWithStubImpl$Query$Q implements CopyWith$Query$Q { TRes _res; call({Query$Q$u? u}) => _res; + CopyWith$Query$Q$u get u => CopyWith$Query$Q$u.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/variables/schema.graphql.dart b/packages/graphql_codegen/test/assets/variables/schema.graphql.dart index 6b88b26d..53c3f61c 100644 --- a/packages/graphql_codegen/test/assets/variables/schema.graphql.dart +++ b/packages/graphql_codegen/test/assets/variables/schema.graphql.dart @@ -26,7 +26,9 @@ class Input$I1 { Map _$data; String get s => (_$data['s'] as String); + Input$I1? get nested => (_$data['nested'] as Input$I1?); + Map toJson() { final result$data = {}; final l$s = s; @@ -42,6 +44,7 @@ class Input$I1 { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -113,6 +116,7 @@ class _CopyWithImpl$Input$I1 implements CopyWith$Input$I1 { if (s != _undefined && s != null) 's': (s as String), if (nested != _undefined) 'nested': (nested as Input$I1?), })); + CopyWith$Input$I1 get nested { final local$nested = _instance.nested; return local$nested == null @@ -131,6 +135,7 @@ class _CopyWithStubImpl$Input$I1 implements CopyWith$Input$I1 { Input$I1? nested, }) => _res; + CopyWith$Input$I1 get nested => CopyWith$Input$I1.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/variables/variables.graphql.dart b/packages/graphql_codegen/test/assets/variables/variables.graphql.dart index d0848084..e94abcc3 100644 --- a/packages/graphql_codegen/test/assets/variables/variables.graphql.dart +++ b/packages/graphql_codegen/test/assets/variables/variables.graphql.dart @@ -19,6 +19,7 @@ class Variables$Query$HiBob { Map _$data; Input$I1 get i => (_$data['i'] as Input$I1); + Map toJson() { final result$data = {}; final l$i = i; @@ -31,6 +32,7 @@ class Variables$Query$HiBob { this, (i) => i, ); + @override bool operator ==(Object other) { if (identical(this, other)) { @@ -172,6 +174,7 @@ class _CopyWithImpl$Query$HiBob implements CopyWith$Query$HiBob { field: field == _undefined ? _instance.field : (field as Query$HiBob$field?))); + CopyWith$Query$HiBob$field get field { final local$field = _instance.field; return local$field == null @@ -187,6 +190,7 @@ class _CopyWithStubImpl$Query$HiBob TRes _res; call({Query$HiBob$field? field}) => _res; + CopyWith$Query$HiBob$field get field => CopyWith$Query$HiBob$field.stub(_res); } diff --git a/packages/graphql_codegen/test/assets/when_extensions/document.graphql.dart b/packages/graphql_codegen/test/assets/when_extensions/document.graphql.dart index 1a9c12b8..17981f9e 100644 --- a/packages/graphql_codegen/test/assets/when_extensions/document.graphql.dart +++ b/packages/graphql_codegen/test/assets/when_extensions/document.graphql.dart @@ -277,6 +277,7 @@ class _CopyWithImpl$Query$Query implements CopyWith$Query$Query { ? _instance.$__typename : ($__typename as String), )); + CopyWith$Query$Query$u get u { final local$u = _instance.u; return local$u == null @@ -296,6 +297,7 @@ class _CopyWithStubImpl$Query$Query String? $__typename, }) => _res; + CopyWith$Query$Query$u get u => CopyWith$Query$Query$u.stub(_res); } diff --git a/packages/graphql_switch/example/pubspec.lock b/packages/graphql_switch/example/pubspec.lock index 79ac673b..def2328c 100644 --- a/packages/graphql_switch/example/pubspec.lock +++ b/packages/graphql_switch/example/pubspec.lock @@ -234,10 +234,10 @@ packages: dependency: transitive description: name: gql_code_builder - sha256: "6e386a85f5d91daae82915337f566a43dfeb0a0df38caa372387fbc07d31b8c1" + sha256: b70e17fe62af58c3a9a3dfd619bf0b07ca15afe4d285001fbcd0852a40538401 url: "https://pub.dev" source: hosted - version: "0.7.2" + version: "0.9.1+1" gql_dedupe_link: dependency: transitive description: @@ -286,6 +286,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.0" + gql_tristate_value: + dependency: transitive + description: + name: gql_tristate_value + sha256: ae045e7e272fbfd030084315140c683c9b032a9861a37165f68c2ecd8a759664 + url: "https://pub.dev" + source: hosted + version: "1.0.0" graphql: dependency: transitive description: diff --git a/packages/graphql_switch/pubspec.lock b/packages/graphql_switch/pubspec.lock index f70a5d72..d6478094 100644 --- a/packages/graphql_switch/pubspec.lock +++ b/packages/graphql_switch/pubspec.lock @@ -250,10 +250,10 @@ packages: dependency: "direct main" description: name: gql_code_builder - sha256: "6e386a85f5d91daae82915337f566a43dfeb0a0df38caa372387fbc07d31b8c1" + sha256: b70e17fe62af58c3a9a3dfd619bf0b07ca15afe4d285001fbcd0852a40538401 url: "https://pub.dev" source: hosted - version: "0.7.2" + version: "0.9.1+1" gql_dedupe_link: dependency: transitive description: @@ -302,6 +302,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.0" + gql_tristate_value: + dependency: transitive + description: + name: gql_tristate_value + sha256: ae045e7e272fbfd030084315140c683c9b032a9861a37165f68c2ecd8a759664 + url: "https://pub.dev" + source: hosted + version: "1.0.0" graphql: dependency: "direct main" description: diff --git a/packages/graphql_switch/pubspec.yaml b/packages/graphql_switch/pubspec.yaml index cf3fed20..e30c6b01 100644 --- a/packages/graphql_switch/pubspec.yaml +++ b/packages/graphql_switch/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: dart_style: ^2.0.1 built_collection: ^5.0.0 path: ^1.8.0 - gql_code_builder: ^0.7.1 + gql_code_builder: ^0.9.0 recase: ^4.0.0 json_annotation: ^4.8.0 graphql_codegen: "^0.11.0-beta.1"