File tree
454 files changed
+3061
-467
lines changed- .idea/runConfigurations
- build-logic/src/main/kotlin
- libraries
- apollo-api
- api
- src/commonMain/kotlin/com/apollographql/apollo3
- api
- internal
- exception
- apollo-ast
- api
- src
- commonMain/kotlin/com/apollographql/apollo3/ast
- internal
- validation
- jvmTest/kotlin/com/apollographql/apollo3/graphql/ast/test
- apollo-compiler
- api
- src
- main/kotlin/com/apollographql/apollo3/compiler
- codegen
- java
- file
- kotlin
- adapter
- file
- ir
- test
- graphql/com/example
- antlr_tokens
- java/operationBased/antlr_tokens
- kotlin/responseBased/antlr_tokens
- arguments_hardcoded
- java/operationBased/arguments_hardcoded
- kotlin/responseBased/arguments_hardcoded
- big_query/kotlin/responseBased/big_query
- capitalized_fields
- java/operationBased/capitalized_fields
- kotlin
- operationBased/capitalized_fields
- responseBased/capitalized_fields
- case_sensitive_enum
- java/operationBased/case_sensitive_enum
- kotlin/responseBased/case_sensitive_enum
- companion
- java/operationBased/companion
- kotlin/operationBased/companion
- custom_scalar_type
- java/operationBased/custom_scalar_type
- kotlin/responseBased/custom_scalar_type
- data_builders
- java/operationBased/data_builders
- fragment
- kotlin
- operationBased/data_builders
- fragment
- responseBased/data_builders
- fragment
- decapitalized_fields
- java/operationBased/decapitalized_fields
- fragment
- kotlin
- operationBased/decapitalized_fields
- fragment
- responseBased/decapitalized_fields
- fragment
- deprecated_merged_field
- java/operationBased/deprecated_merged_field
- fragment
- kotlin
- operationBased/deprecated_merged_field
- fragment
- responseBased/deprecated_merged_field
- fragment
- deprecation
- java/operationBased/deprecation
- kotlin/responseBased/deprecation
- enum_field
- java/operationBased/enum_field
- kotlin/responseBased/enum_field
- enums_as_sealed
- java/operationBased/enums_as_sealed
- kotlin/responseBased/enums_as_sealed
- field_with_include_directive
- java/operationBased/field_with_include_directive
- kotlin/responseBased/field_with_include_directive
- fieldset_with_multiple_super
- java/operationBased/fieldset_with_multiple_super
- kotlin
- operationBased/fieldset_with_multiple_super
- responseBased/fieldset_with_multiple_super
- fragment_spread_with_include_directive
- java/operationBased/fragment_spread_with_include_directive
- fragment
- kotlin/operationBased/fragment_spread_with_include_directive
- fragment
- fragment_spread_with_nested_fields
- java/operationBased/fragment_spread_with_nested_fields
- fragment
- kotlin
- operationBased/fragment_spread_with_nested_fields
- fragment
- responseBased/fragment_spread_with_nested_fields
- fragment
- fragment_used_twice
- java/operationBased/fragment_used_twice
- fragment
- kotlin
- operationBased/fragment_used_twice
- fragment
- responseBased/fragment_used_twice
- fragment
- fragment_with_inline_fragment
- java/operationBased/fragment_with_inline_fragment
- fragment
- kotlin
- operationBased/fragment_with_inline_fragment
- fragment
- responseBased/fragment_with_inline_fragment
- fragment
- fragment_with_multiple_fieldsets
- java/operationBased/fragment_with_multiple_fieldsets
- fragment
- kotlin
- operationBased/fragment_with_multiple_fieldsets
- fragment
- responseBased/fragment_with_multiple_fieldsets
- fragment
- fragments_same_type_condition
- java/operationBased/fragments_same_type_condition
- fragment
- kotlin
- operationBased/fragments_same_type_condition
- fragment
- responseBased/fragments_same_type_condition
- fragment
- fragments_with_defer_and_include_directives
- java/operationBased/fragments_with_defer_and_include_directives
- fragment
- kotlin/operationBased/fragments_with_defer_and_include_directives
- fragment
- fragments_with_type_condition
- java/operationBased/fragments_with_type_condition
- fragment
- kotlin
- operationBased/fragments_with_type_condition
- fragment
- responseBased/fragments_with_type_condition
- fragment
- hero_details_semantic_naming
- java/operationBased/hero_details_semantic_naming
- kotlin/responseBased/hero_details_semantic_naming
- hero_details
- java/operationBased/hero_details
- kotlin/responseBased/hero_details
- hero_name_query_long_name
- java/operationBased/hero_name_query_long_name
- kotlin/responseBased/hero_name_query_long_name
- hero_name
- java/operationBased/hero_name
- kotlin
- operationBased/hero_name
- responseBased/hero_name
- hero_with_review
- java/operationBased/hero_with_review
- kotlin/responseBased/hero_with_review
- inline_fragment_for_non_optional_field
- java/operationBased/inline_fragment_for_non_optional_field
- kotlin
- operationBased/inline_fragment_for_non_optional_field
- responseBased/inline_fragment_for_non_optional_field
- inline_fragment_inside_inline_fragment
- java/operationBased/inline_fragment_inside_inline_fragment
- kotlin
- operationBased/inline_fragment_inside_inline_fragment
- responseBased/inline_fragment_inside_inline_fragment
- inline_fragment_intersection
- java/operationBased/inline_fragment_intersection
- kotlin
- operationBased/inline_fragment_intersection
- responseBased/inline_fragment_intersection
- inline_fragment_merge_fields
- java/operationBased/inline_fragment_merge_fields
- kotlin
- operationBased/inline_fragment_merge_fields
- responseBased/inline_fragment_merge_fields
- inline_fragment_simple
- java/operationBased/inline_fragment_simple
- kotlin
- operationBased/inline_fragment_simple
- responseBased/inline_fragment_simple
- inline_fragment_type_coercion
- java/operationBased/inline_fragment_type_coercion
- kotlin
- operationBased/inline_fragment_type_coercion
- responseBased/inline_fragment_type_coercion
- inline_fragment_with_include_directive
- java/operationBased/inline_fragment_with_include_directive
- kotlin/operationBased/inline_fragment_with_include_directive
- inline_fragments_with_friends
- java/operationBased/inline_fragments_with_friends
- kotlin
- operationBased/inline_fragments_with_friends
- responseBased/inline_fragments_with_friends
- input_object_oneof
- java/operationBased/input_object_oneof
- kotlin/responseBased/input_object_oneof
- input_object_type
- java/operationBased/input_object_type
- kotlin/responseBased/input_object_type
- input_object_variable_and_argument_with_generated_methods
- java/operationBased/input_object_variable_and_argument_with_generated_methods
- kotlin/responseBased/input_object_variable_and_argument_with_generated_methods
- input_object_variable_and_argument
- java/operationBased/input_object_variable_and_argument
- kotlin/responseBased/input_object_variable_and_argument
- interface_always_nested
- java/operationBased/interface_always_nested
- kotlin
- operationBased/interface_always_nested
- responseBased/interface_always_nested
- interface_on_interface
- java/operationBased/interface_on_interface
- kotlin
- operationBased/interface_on_interface
- responseBased/interface_on_interface
- introspection_query
- java/operationBased/introspection_query
- kotlin/responseBased/introspection_query
- java8annotation
- java/operationBased/java8annotation
- kotlin/responseBased/java8annotation
- java_android_annotations
- java/operationBased/java_android_annotations
- kotlin/responseBased/java_android_annotations
- java_apollo_optionals
- java/operationBased/java_apollo_optionals
- kotlin/responseBased/java_apollo_optionals
- java_guava_optionals
- java/operationBased/java_guava_optionals
- kotlin/responseBased/java_guava_optionals
- java_hashcode
- java/operationBased/java_hashcode
- kotlin/responseBased/java_hashcode
- java_java_optionals
- java/operationBased/java_java_optionals
- kotlin/responseBased/java_java_optionals
- java_jetbrains_annotations
- java/operationBased/java_jetbrains_annotations
- kotlin/responseBased/java_jetbrains_annotations
- java_jsr305_annotations
- java/operationBased/java_jsr305_annotations
- kotlin/responseBased/java_jsr305_annotations
- java_primitive_types
- java/operationBased/java_primitive_types
- kotlin/responseBased/java_primitive_types
- list_field_clash
- java/operationBased/list_field_clash
- kotlin/responseBased/list_field_clash
- merged_include
- java/operationBased/merged_include
- kotlin/responseBased/merged_include
- monomorphic
- java/operationBased/monomorphic
- kotlin
- operationBased/monomorphic
- responseBased/monomorphic
- multiple_fragments
- java/operationBased/multiple_fragments
- fragment
- kotlin
- operationBased/multiple_fragments
- fragment
- responseBased/multiple_fragments
- fragment
- mutation_create_review_semantic_naming
- java/operationBased/mutation_create_review_semantic_naming
- kotlin/responseBased/mutation_create_review_semantic_naming
- mutation_create_review
- java/operationBased/mutation_create_review
- kotlin/responseBased/mutation_create_review
- named_fragment_delegate
- java/operationBased/named_fragment_delegate
- fragment
- kotlin
- operationBased/named_fragment_delegate
- fragment
- responseBased/named_fragment_delegate
- fragment
- named_fragment_inside_inline_fragment
- java/operationBased/named_fragment_inside_inline_fragment
- fragment
- kotlin
- operationBased/named_fragment_inside_inline_fragment
- fragment
- responseBased/named_fragment_inside_inline_fragment
- fragment
- named_fragment_with_variables
- java/operationBased/named_fragment_with_variables
- fragment
- kotlin
- operationBased/named_fragment_with_variables
- fragment
- responseBased/named_fragment_with_variables
- fragment
- named_fragment_without_implementation
- java/operationBased/named_fragment_without_implementation
- kotlin
- operationBased/named_fragment_without_implementation
- responseBased/named_fragment_without_implementation
- nested_conditional_inline
- java/operationBased/nested_conditional_inline
- kotlin
- operationBased/nested_conditional_inline
- responseBased/nested_conditional_inline
- nested_field_with_multiple_fieldsets
- java/operationBased/nested_field_with_multiple_fieldsets
- kotlin
- operationBased/nested_field_with_multiple_fieldsets
- responseBased/nested_field_with_multiple_fieldsets
- nested_named_fragments
- java/operationBased/nested_named_fragments
- fragment
- kotlin
- operationBased/nested_named_fragments
- fragment
- responseBased/nested_named_fragments
- fragment
- nonnull
- java/operationBased/nonnull
- kotlin/responseBased/nonnull
- not_all_combinations_are_needed
- java/operationBased/not_all_combinations_are_needed
- fragment
- kotlin
- operationBased/not_all_combinations_are_needed
- fragment
- responseBased/not_all_combinations_are_needed
- fragment
- object
- java/operationBased/object
- kotlin/responseBased/object
- operation_id_generator
- java/operationBased/operation_id_generator
- kotlin/responseBased/operation_id_generator
- operationbased2_ex7
- java/operationBased/operationbased2_ex7
- kotlin
- operationBased/operationbased2_ex7
- responseBased/operationbased2_ex7
- operationbased2_ex8
- java/operationBased/operationbased2_ex8
- fragment
- kotlin
- operationBased/operationbased2_ex8
- fragment
- responseBased/operationbased2_ex8
- fragment
- optional
- java/operationBased/optional
- kotlin/responseBased/optional
- path_vs_flat_accessors
- java/operationBased/path_vs_flat_accessors
- kotlin
- operationBased/path_vs_flat_accessors
- responseBased/path_vs_flat_accessors
- recursive_selection
- java/operationBased/recursive_selection
- kotlin/responseBased/recursive_selection
- reserved_keywords
- java/operationBased/reserved_keywords
- kotlin
- operationBased/reserved_keywords
- responseBased/reserved_keywords
- root_query_fragment_with_nested_fragments
- java/operationBased/root_query_fragment_with_nested_fragments
- fragment
- kotlin
- operationBased/root_query_fragment_with_nested_fragments
- fragment
- responseBased/root_query_fragment_with_nested_fragments
- fragment
- root_query_fragment
- java/operationBased/root_query_fragment
- fragment
- kotlin
- operationBased/root_query_fragment
- fragment
- responseBased/root_query_fragment
- fragment
- root_query_inline_fragment
- java/operationBased/root_query_inline_fragment
- kotlin
- operationBased/root_query_inline_fragment
- responseBased/root_query_inline_fragment
- simple_fragment_with_inline_fragments
- java/operationBased/simple_fragment_with_inline_fragments
- fragment
- kotlin
- operationBased/simple_fragment_with_inline_fragments
- fragment
- responseBased/simple_fragment_with_inline_fragments
- fragment
- simple_fragment
- java/operationBased/simple_fragment
- fragment
- kotlin
- operationBased/simple_fragment
- fragment
- responseBased/simple_fragment
- fragment
- simple_inline_fragment
- java/operationBased/simple_inline_fragment
- kotlin
- operationBased/simple_inline_fragment
- responseBased/simple_inline_fragment
- simple_union
- java/operationBased/simple_union
- fragment
- kotlin
- operationBased/simple_union
- fragment
- responseBased/simple_union
- fragment
- starships
- java/operationBased/starships
- kotlin/responseBased/starships
- subscriptions
- java/operationBased/subscriptions
- kotlin/responseBased/subscriptions
- suppressed_warnings
- java/operationBased/suppressed_warnings
- kotlin/responseBased/suppressed_warnings
- target_name
- java/operationBased/target_name
- kotlin
- operationBased/target_name
- responseBased/target_name
- test_inline
- java/operationBased/test_inline
- kotlin
- operationBased/test_inline
- responseBased/test_inline
- two_heroes_unique
- java/operationBased/two_heroes_unique
- kotlin/responseBased/two_heroes_unique
- two_heroes_with_friends
- java/operationBased/two_heroes_with_friends
- kotlin/responseBased/two_heroes_with_friends
- typename_always_first
- java/operationBased/typename_always_first
- kotlin
- operationBased/typename_always_first
- responseBased/typename_always_first
- union_fragment
- java/operationBased/union_fragment
- fragment
- kotlin
- operationBased/union_fragment
- fragment
- responseBased/union_fragment
- fragment
- union_inline_fragments
- java/operationBased/union_inline_fragments
- kotlin
- operationBased/union_inline_fragments
- responseBased/union_inline_fragments
- unique_type_name
- java/operationBased/unique_type_name
- fragment
- kotlin
- operationBased/unique_type_name
- fragment
- responseBased/unique_type_name
- fragment
- variable_default_value
- java/operationBased/variable_default_value
- kotlin/responseBased/variable_default_value
- kotlin/com/apollographql/apollo3/compiler
- validation/operation/catch
- tests
- browser-tests/src/commonTest/kotlin/test
- catch
- src
- main/graphql
- null
- result
- throw
- test/kotlin/test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
454 files changed
+3061
-467
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
38 | 47 | | |
39 | 48 | | |
40 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
382 | 385 | | |
383 | 386 | | |
384 | 387 | | |
| 388 | + | |
385 | 389 | | |
386 | | - | |
| 390 | + | |
387 | 391 | | |
388 | 392 | | |
389 | 393 | | |
| |||
398 | 402 | | |
399 | 403 | | |
400 | 404 | | |
| 405 | + | |
401 | 406 | | |
402 | 407 | | |
403 | 408 | | |
| |||
494 | 499 | | |
495 | 500 | | |
496 | 501 | | |
| 502 | + | |
497 | 503 | | |
498 | 504 | | |
499 | 505 | | |
| |||
512 | 518 | | |
513 | 519 | | |
514 | 520 | | |
515 | | - | |
| 521 | + | |
| 522 | + | |
516 | 523 | | |
517 | 524 | | |
518 | 525 | | |
| |||
574 | 581 | | |
575 | 582 | | |
576 | 583 | | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
577 | 606 | | |
578 | 607 | | |
579 | 608 | | |
| |||
1174 | 1203 | | |
1175 | 1204 | | |
1176 | 1205 | | |
| 1206 | + | |
1177 | 1207 | | |
| 1208 | + | |
1178 | 1209 | | |
1179 | 1210 | | |
1180 | 1211 | | |
| |||
Lines changed: 85 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | | - | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | 123 | | |
125 | 124 | | |
126 | 125 | | |
| |||
283 | 282 | | |
284 | 283 | | |
285 | 284 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | 285 | | |
293 | 286 | | |
294 | 287 | | |
| |||
297 | 290 | | |
298 | 291 | | |
299 | 292 | | |
300 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
301 | 298 | | |
302 | 299 | | |
303 | 300 | | |
| |||
311 | 308 | | |
312 | 309 | | |
313 | 310 | | |
314 | | - | |
| 311 | + | |
315 | 312 | | |
316 | 313 | | |
317 | 314 | | |
| |||
363 | 360 | | |
364 | 361 | | |
365 | 362 | | |
366 | | - | |
| 363 | + | |
367 | 364 | | |
368 | 365 | | |
369 | 366 | | |
370 | 367 | | |
371 | 368 | | |
372 | 369 | | |
373 | | - | |
| 370 | + | |
374 | 371 | | |
375 | 372 | | |
376 | 373 | | |
| |||
379 | 376 | | |
380 | 377 | | |
381 | 378 | | |
382 | | - | |
| 379 | + | |
383 | 380 | | |
384 | 381 | | |
385 | 382 | | |
386 | | - | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
Lines changed: 33 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
97 | 103 | | |
98 | 104 | | |
99 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
100 | 126 | | |
101 | 127 | | |
102 | 128 | | |
| |||
108 | 134 | | |
109 | 135 | | |
110 | 136 | | |
| 137 | + | |
111 | 138 | | |
112 | 139 | | |
113 | 140 | | |
| |||
117 | 144 | | |
118 | 145 | | |
119 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
120 | 151 | | |
121 | 152 | | |
122 | 153 | | |
| |||
148 | 179 | | |
149 | 180 | | |
150 | 181 | | |
151 | | - | |
| 182 | + | |
152 | 183 | | |
| 184 | + | |
153 | 185 | | |
154 | 186 | | |
155 | 187 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
0 commit comments