This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Commit 7f3e5a8
File tree
967 files changed
+103812
-36851
lines changed- .buildscript
- .github
- ISSUE_TEMPLATE
- workflows
- .idea/codeStyles
- apollo-android-support
- src
- androidTest/java/com/apollographql/apollo
- cache/normalized/sql
- main/java/com/apollographql/apollo/cache/normalized/sql
- apollo-api
- src
- commonMain/kotlin/com/apollographql/apollo
- api
- internal
- json
- exception
- commonTest/kotlin/com/apollographql/apollo/api
- internal
- json
- iosMain/kotlin/com/apollographql/apollo/api
- internal
- json
- jvmMain
- java/com/apollographql/apollo/api/internal
- kotlin/com/apollographql/apollo/api
- internal
- json
- jvmTest/java/com/apollographql/apollo/api
- graphql/internal
- internal
- main/java/com/apollographql/apollo
- api
- cache/http
- internal
- internal
- test/java/com/apollographql/apollo/api
- apollo-compiler
- src
- main
- antlr/com/apollographql/apollo/compiler/parser/antlr
- kotlin/com/apollographql/apollo/compiler
- ast
- builder
- codegen/kotlin
- ir
- operationoutput
- parser
- test
- graphql
- com/example
- arguments_complex
- type
- arguments_hardcoded
- type
- arguments_simple
- fragment
- type
- custom_scalar_type_warnings
- type
- custom_scalar_type
- type
- deprecation
- type
- directive_with_fragment
- fragment
- type
- directive_with_inline_fragment
- type
- directives
- type
- enum_type
- type
- fragment_friends_connection
- fragment
- type
- fragment_in_fragment
- fragment
- type
- fragment_used_twice
- fragment
- type
- fragment_with_inline_fragment
- fragment
- type
- fragments_with_type_condition_nullable
- fragment
- type
- fragments_with_type_condition
- fragment
- type
- hero_details_guava
- type
- hero_details_java_optional
- type
- hero_details_nullable
- type
- hero_details_semantic_naming
- type
- hero_details
- type
- hero_name_query_long_name
- type
- hero_name
- type
- hero_with_review
- type
- inline_fragment_for_non_optional_field
- type
- inline_fragment_merge_fields
- type
- inline_fragment_type_coercion
- type
- inline_fragments_with_friends
- type
- input_object_type
- type
- introspection_query
- type
- java_beans_semantic_naming
- fragment
- type
- mutation_create_review_semantic_naming
- type
- mutation_create_review
- type
- nested_conditional_inline
- type
- nested_inline_fragment
- fragment
- operation_id_generator
- type
- reserved_keywords
- type
- reserved_words
- type
- scalar_types
- simple_fragment
- fragment
- type
- simple_inline_fragment
- type
- starships
- type
- subscriptions
- type
- two_heroes_unique
- type
- two_heroes_with_friends
- type
- union_fragment
- fragment
- type
- union_inline_fragments
- type
- unique_type_name
- fragment
- type
- kotlin/com/apollographql/apollo/compiler
- validation
- graphql
- apollo-coroutines-support
- src/main/kotlin/com/apollographql/apollo/coroutines
- apollo-espresso-support
- src/main
- apollo-gradle-plugin-incubating
- src
- main
- kotlin/com/apollographql/apollo/gradle
- api
- internal
- resources/META-INF/gradle-plugins
- test/kotlin/com/apollographql/apollo/gradle
- dsltest
- test
- apollo-gradle-plugin
- src
- main
- groovy/com/apollographql/apollo/gradle
- android
- jvm
- java/com/apollographql/apollo/gradle
- kotlin/com/apollographql/apollo/gradle
- api
- internal
- resources/META-INF/gradle-plugins
- test
- files
- githunt
- gradle
- java/com/example
- kotlin/com/example
- manifest
- starwars
- groovy/com/apollographql/apollo/gradle
- integration
- unit
- kotlin/com/apollographql/apollo/gradle
- test
- util
- testProject
- android
- basic/src/main
- graphql/com/example
- res
- layout
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-w820dp
- values
- buildScriptFixtures
- flavoredWithMultipleSchemas/src
- demoDebug/graphql/com
- githunt/api
- feed
- profile
- starwars/api/hero
- main
- graphql/com
- frontpage/api/posts
- starwars/api
- hero
- review
- res
- layout
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-w820dp
- values
- release/graphql/com/starwars/api/starship
- schemaFilesFixtures
- kotlin
- src/main/graphql/com/example
- testProjects
- compilationUnitAndroid
- app
- src/main
- graphql
- mismatchedVersions
- module
- src/main/graphql
- multiplatform
- src/commonMain
- graphql
- kotlin
- apollo-http-cache-api
- src/main/kotlin/com/apollographql/apollo/api/cache/http
- apollo-http-cache
- src/main/java/com/apollographql/apollo/cache/http
- apollo-idling-resource
- src
- main
- java/com/apollographql/apollo/test/espresso
- test/java/com/apollographql/apollo/test/espresso
- apollo-integration
- src
- main/graphql/com/apollographql/apollo/integration/subscription
- test
- fixtures/ApolloServerInterceptorFileUploadTest
- java/com/apollographql/apollo
- internal
- cache/normalized
- interceptor
- subscription
- resources
- apollo-normalized-cache-api
- src
- commonMain/kotlin/com/apollographql/apollo/cache
- normalized
- internal
- commonTest/kotlin/com/apollographql/apollo/cache/normalized
- apollo-normalized-cache-sqlite
- src
- androidMain/kotlin/com/apollographql/apollo/cache/normalized/sql
- commonMain
- kotlin/com/apollographql/apollo/cache/normalized/sql
- sqldelight
- com/apollographql/apollo/cache/normalized/sql
- schemas
- commonTest/kotlin/com/apollographql/apollo/cache/normalized/sql
- iosMain/kotlin/com/apollographql/apollo/cache/normalized/sql
- iosTest/kotlin/com/apollographql/apollo/cache/normalized/sql
- jvmMain/kotlin/com/apollographql/apollo/cache/normalized/sql
- jvmTest/kotlin/com/apollographql/apollo/cache/normalized/sql
- main
- apollo-normalized-cache
- src
- main/java/com/apollographql/apollo/cache/normalized
- internal
- lru
- test/java/com/apollographql/apollo/cache/normalized
- internal
- lru
- apollo-runtime-kotlin
- src
- commonMain/kotlin/com/apollographql/apollo
- interceptor
- internal
- network
- commonTest/kotlin/com/apollographql/apollo
- mock
- iosMain/kotlin/com/apollographql/apollo/network
- iosSimTest/kotlin/com/apollographql/apollo
- network
- mock
- iosTest/kotlin/com/apollographql/apollo
- jvmMain/kotlin/com/apollographql/apollo/network
- jvmTest/kotlin/com/apollographql/apollo
- apollo-runtime
- src
- main/java/com/apollographql/apollo
- cache
- normalized
- lru
- exception
- fetcher
- http
- internal
- cache/normalized
- fetcher
- field
- interceptor
- json
- response
- subscription
- json
- response
- subscription
- test/java/com/apollographql/apollo
- cache/normalized
- lru
- internal
- interceptor
- json
- reader
- subscription
- response
- subscription
- apollo-rx2-support
- src/main/java/com/apollographql/apollo/rx2
- composite
- docs
- public
- source
- advanced
- essentials
- static
- gradle
- wrapper
- samples
- java-sample
- src/main
- java/com/apollographql/apollo/sample
- detail
- feed
- res/layout
- kotlin-sample
- src/main
- java/com/apollographql/apollo/kotlinsample
- commits
- data
- repositories
- repositoryDetail
- res/layout
- multiplatform
- kmp-android-app
- src/main
- java/com/apollographql/apollo/kmpsample
- commits
- repositories
- repositoryDetail
- res
- drawable-v24
- drawable
- layout
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values
- kmp-ios-app
- kmp-ios-app.xcodeproj
- kmp-ios-app
- Assets.xcassets
- AppIcon.appiconset
- Base.lproj
- Preview Content/Preview Assets.xcassets
- kmp-lib-sample
- src
- commonMain
- graphql/com/apollographql/apollo/kmpsample
- kotlin/com/apollographql/apollo/kmpsample/data
- iosMain/kotlin/com/apollographql/apollo/kmpsample/data
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
967 files changed
+103812
-36851
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
8 | 17 | | |
9 | 18 | | |
10 | 19 | | |
| |||
25 | 34 | | |
26 | 35 | | |
27 | 36 | | |
28 | | - | |
| 37 | + | |
29 | 38 | | |
30 | 39 | | |
31 | 40 | | |
| |||
38 | 47 | | |
39 | 48 | | |
40 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
41 | 54 | | |
| 55 | + | |
0 commit comments