{"id":16481972,"url":"https://github.com/bod/apollokotlinpaginationsample","last_synced_at":"2026-06-04T21:31:41.933Z","repository":{"id":230041633,"uuid":"747626395","full_name":"BoD/ApolloKotlinPaginationSample","owner":"BoD","description":"Apollo Kotlin pagination sample","archived":false,"fork":false,"pushed_at":"2024-07-22T14:37:44.000Z","size":281,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T10:38:01.684Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BoD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-24T10:14:20.000Z","updated_at":"2024-07-15T15:24:24.000Z","dependencies_parsed_at":"2024-03-27T14:54:32.663Z","dependency_job_id":"a6235542-11cc-4498-803a-828788a97261","html_url":"https://github.com/BoD/ApolloKotlinPaginationSample","commit_stats":null,"previous_names":["bod/apollokotlinpaginationsample"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2FApolloKotlinPaginationSample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2FApolloKotlinPaginationSample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2FApolloKotlinPaginationSample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2FApolloKotlinPaginationSample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoD","download_url":"https://codeload.github.com/BoD/ApolloKotlinPaginationSample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241198944,"owners_count":19926554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T13:09:16.017Z","updated_at":"2026-06-04T21:31:40.418Z","avatar_url":"https://github.com/BoD.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apollo Kotlin pagination sample\n\nA simple example of how to implement pagination with Apollo Kotlin and the normalized cache.\n\nUses the [GitHub GraphQL API](https://docs.github.com/en/graphql) to fetch a list of repositories\nfor a given user.\n\n\n### \"Manual\" way\n\nIn the main branch is the \"manual\" way of doing it, where you update the cache via the\n[`ApolloStore` API](https://www.apollographql.com/docs/kotlin/caching/store).\n\nThe gist of it is [here](app/src/main/java/com/example/apollokotlinpaginationsample/repository/Apollo.kt#L44).\n\n\n### Incubating pagination support way\n\nThe [`incubating-pagination` branch](../../tree/incubating-pagination) shows how to use the [incubating pagination support](https://github.com/apollographql/apollo-kotlin/blob/main/design-docs/Normalized%20cache%20pagination.md#using-the-incubating-pagination-support).\n\nYou can see a the diff [here](../../compare/incubating-pagination).\n\n\n### Setup\n\nTo run the app, first get a GitHub token from https://github.com/settings/tokens and update\n`githubOauthKey` in `gradle.properties`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbod%2Fapollokotlinpaginationsample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbod%2Fapollokotlinpaginationsample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbod%2Fapollokotlinpaginationsample/lists"}