{"id":16227772,"url":"https://github.com/akryum/apollo-client-browser","last_synced_at":"2026-03-12T06:02:31.538Z","repository":{"id":57182283,"uuid":"95910671","full_name":"Akryum/apollo-client-browser","owner":"Akryum","description":"A browser-ready version of apollo-client","archived":false,"fork":false,"pushed_at":"2017-07-26T10:12:00.000Z","size":63,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T07:22:00.493Z","etag":null,"topics":["apollo","apollographql","graphql"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/Akryum.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}},"created_at":"2017-06-30T17:37:39.000Z","updated_at":"2024-04-02T17:43:23.000Z","dependencies_parsed_at":"2022-09-14T06:10:44.778Z","dependency_job_id":null,"html_url":"https://github.com/Akryum/apollo-client-browser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akryum%2Fapollo-client-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akryum%2Fapollo-client-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akryum%2Fapollo-client-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akryum%2Fapollo-client-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akryum","download_url":"https://codeload.github.com/Akryum/apollo-client-browser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244434789,"owners_count":20452254,"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":["apollo","apollographql","graphql"],"created_at":"2024-10-10T12:53:49.708Z","updated_at":"2026-03-12T06:02:31.530Z","avatar_url":"https://github.com/Akryum.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apollo-client-browser\n[![npm](https://img.shields.io/npm/v/apollo-client-browser.svg) ![npm](https://img.shields.io/npm/dm/apollo-client-browser.svg)](https://www.npmjs.com/package/apollo-client-browser)\n\nA browser-ready version of apollo-client: [demo](https://jsfiddle.net/Akryum/oyejk2qL/)\n\n```html\n\u003cscript src=\"https://unpkg.com/apollo-client-browser@1.7.0\"\u003e\u003c/script\u003e\n\n\u003cscript\u003e\nconst apolloClient = new Apollo.lib.ApolloClient({\n  networkInterface: Apollo.lib.createNetworkInterface({\n    // Edit on https://launchpad.graphql.com/nnnwvmq07\n    uri: 'https://nnnwvmq07.lp.gql.zone/graphql',\n    transportBatching: true,\n  }),\n  connectToDevTools: true,\n})\n\nconst POSTS_QUERY = Apollo.gql`\n{\n  posts {\n    id\n    title\n    author {\n      id\n      name\n    }\n  }\n}\n`\n\u003c/script\u003e\n```\n\nSee [apollo-client](https://github.com/apollographql/apollo-client) for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakryum%2Fapollo-client-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakryum%2Fapollo-client-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakryum%2Fapollo-client-browser/lists"}