{"id":20877484,"url":"https://github.com/t1/graphql-federation-demo","last_synced_at":"2025-05-12T16:30:36.920Z","repository":{"id":46392634,"uuid":"351145082","full_name":"t1/graphql-federation-demo","owner":"t1","description":null,"archived":true,"fork":false,"pushed_at":"2021-10-18T04:27:29.000Z","size":225,"stargazers_count":1,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T19:23:29.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/t1.png","metadata":{"files":{"readme":"README.adoc","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":"2021-03-24T16:13:07.000Z","updated_at":"2024-03-10T11:18:50.000Z","dependencies_parsed_at":"2022-09-21T21:00:39.925Z","dependency_job_id":null,"html_url":"https://github.com/t1/graphql-federation-demo","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/t1%2Fgraphql-federation-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fgraphql-federation-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fgraphql-federation-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fgraphql-federation-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t1","download_url":"https://codeload.github.com/t1/graphql-federation-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253776657,"owners_count":21962521,"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-18T06:57:10.696Z","updated_at":"2025-05-12T16:30:36.233Z","avatar_url":"https://github.com/t1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== What's This?\n\nDemo for the https://github.com/smallrye/smallrye-graphql[SmallRye GraphQL] extension library to add https://www.apollographql.com/docs/federation/federation-spec/[GraphQL Federation].\n\nThere's also an experiment for a Quarkus extension.\n\n=== Howto Run The Demo\n\n==== Backend Services: Java\n\nThe `film` and `review` services build a `war` that can run on a JEE server (tested with WildFly 23.0.1), either when the GraphQL feature pack is installed, or when built with the `fat` profile, so it includes the SmallRye GraphQL dependencies.\n\n[NOTE]\nThe feature-pack currently contains a version of SmallRye GraphQL that has a bug that turns the `_Any` type into `_AnyInput`. So you'll have to use the `fat` deployment for now.\n\nIt contains the federation classes and a demo app delivering reviews for the films.\n\n==== Gateway Service: Node\n\nThe federating `gateway` is a node service. Start it with the `start-gateway` commands defined in the `package.json`\n\n==== Testing\n\nOpen the gateway playground at http://localhost:4000\n\nAn example query is:\n\n[source]\n----\n{\n  films {\n    id\n    title\n    year\n    reviews {\n      score\n      comments\n    }\n  }\n}\n----\n\n== GraphQL Tools\n\nhttps://gqless.com Client Generator\n\nhttps://graphql-hive.com Schema Registry + API Gateway\n\nhttps://www.prisma.io expose PostgreSQL, etc. as GraphQL\nsimilar: mesh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1%2Fgraphql-federation-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft1%2Fgraphql-federation-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1%2Fgraphql-federation-demo/lists"}