{"id":20253616,"url":"https://github.com/graphile/federation","last_synced_at":"2025-04-10T23:43:26.797Z","repository":{"id":34985570,"uuid":"194377156","full_name":"graphile/federation","owner":"graphile","description":"Apollo federation support for PostGraphile [UNMAINTAINED]","archived":false,"fork":false,"pushed_at":"2025-03-08T01:36:55.000Z","size":683,"stargazers_count":43,"open_issues_count":10,"forks_count":12,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-10T23:43:21.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graphile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-06-29T07:23:31.000Z","updated_at":"2024-09-23T11:02:36.000Z","dependencies_parsed_at":"2024-03-04T14:47:16.078Z","dependency_job_id":"ef41ed4c-e4b2-4e80-947d-416b22cee496","html_url":"https://github.com/graphile/federation","commit_stats":{"total_commits":50,"total_committers":4,"mean_commits":12.5,"dds":"0.42000000000000004","last_synced_commit":"e7b85f9dcf1949ffb1cdbc96dbec0fbd9f090423"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphile%2Ffederation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphile%2Ffederation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphile%2Ffederation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphile%2Ffederation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graphile","download_url":"https://codeload.github.com/graphile/federation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317726,"owners_count":21083527,"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-11-14T10:26:22.360Z","updated_at":"2025-04-10T23:43:26.778Z","avatar_url":"https://github.com/graphile.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UNMAINTAINED\n\nThis plugin is currently unmaintained whilst we focus on development of\nPostGraphile version 5. There are community forks that you may wish to check\nout:\n\n- [mgagliardo91/postgraphile-federation-plugin](https://github.com/mgagliardo91/postgraphile-federation-plugin)\n\nTo add your fork to the list (or describe what sets it apart) please send a\nPR to this file.\n\n# @graphile/federation\n\nApollo federation support for PostGraphile (or any Graphile Engine schema).\n\n## Installation\n\n```\nyarn add postgraphile @graphile/federation\n```\n\n## CLI usage\n\n```\npostgraphile --append-plugins @graphile/federation\n```\n\n## Library usage\n\n```js\nconst express = require(\"express\");\nconst { postgraphile } = require(\"postgraphile\");\nconst { default: FederationPlugin } = require(\"@graphile/federation\");\n\nconst app = express();\napp.use(\n  postgraphile(process.env.DATABASE_URL, \"public\", {\n    appendPlugins: [FederationPlugin],\n  })\n);\napp.listen(process.env.PORT || 3000);\n```\n\n## How?\n\nThis plugin exposes the [Global Object Identification\nSpecification](https://facebook.github.io/relay/graphql/objectidentification.htm)\n(i.e. `Node` interface) in a way that's compatible with Apollo Federation.\n\nRequires PostGraphile v4.4.2-rc.0+ and a maintained LTS version of Node.\n\n## Do you need this?\n\nOnly use this if you're planning to have your API consumed by Apollo\nFederation; exposing these redundant interfaces to regular users may be\nconfusing.\n\n## Status\n\nProof of concept. No tests, use at your own risk! Pull requests very welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphile%2Ffederation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphile%2Ffederation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphile%2Ffederation/lists"}