{"id":16368698,"url":"https://github.com/enisdenjo/graphql-composite","last_synced_at":"2025-09-24T05:32:07.327Z","repository":{"id":256433037,"uuid":"790215933","full_name":"enisdenjo/graphql-composite","owner":"enisdenjo","description":"Spec agnostic GraphQL composite schema planner, executor and explainer.","archived":false,"fork":false,"pushed_at":"2024-10-13T17:41:49.000Z","size":3419,"stargazers_count":7,"open_issues_count":19,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-01-11T16:38:31.238Z","etag":null,"topics":["composite","execution","federation","gateway","graphql","planning"],"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/enisdenjo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-04-22T13:27:51.000Z","updated_at":"2024-11-08T13:53:16.000Z","dependencies_parsed_at":"2024-10-27T10:58:28.047Z","dependency_job_id":"5c0343a1-ad68-42e4-ae50-dd59c7efa29f","html_url":"https://github.com/enisdenjo/graphql-composite","commit_stats":null,"previous_names":["enisdenjo/graphql-composite"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enisdenjo%2Fgraphql-composite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enisdenjo%2Fgraphql-composite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enisdenjo%2Fgraphql-composite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enisdenjo%2Fgraphql-composite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enisdenjo","download_url":"https://codeload.github.com/enisdenjo/graphql-composite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234045250,"owners_count":18770935,"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":["composite","execution","federation","gateway","graphql","planning"],"created_at":"2024-10-11T02:53:33.955Z","updated_at":"2025-09-24T05:32:01.834Z","avatar_url":"https://github.com/enisdenjo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# graphql-composite\n\n\u003e [!CAUTION]\n\u003e Alpha stage.\n\nSpec agnostic GraphQL composite schema planner, executor and explainer.\n\n## Features\n\n- Zero-dependency\n  - _Not at the moment because I am lazy - [see deps](/package.json) - they'll be dropped in future iterations_\n- Spec agnostic\n  - Even specless since you can design your own [Blueprint](/src/blueprint.ts#Blueprint)\n- Runs in any environment\n- Stable plans and explanations\n- Everything's JSON serialisable, all steps until execution can be cached\n\n## Get started\n\nSee [plan, gather and execute tests](/tests/planGatherAndExecute.test.ts), and the accompanying [fixtures](/tests/fixtures).\n\n## How does it work?\n\n1. Parse a GraphQL composite schema to a [Blueprint](/src/blueprint.ts#Blueprint)\n1. Create a [GatherPlan](/src/gather.ts#GatherPlan) using the [Blueprint](/src/blueprint.ts#Blueprint) and a GraphQL.js document\n1. Execute a query using the [GatherPlan](/src/gather.ts#GatherPlan)\n   - Execution will create a ready-to-use GraphQL response and an [ExecutionExplain](/src/execute.ts#ExecutionExplain) explaining the steps\n\n\\*_[Blueprint](/src/blueprint.ts#Blueprint), [GatherPlan](/src/gather.ts#GatherPlan) as well as [ExecutionExplain](/src/execute.ts#ExecutionExplain) are serialisable to JSON._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenisdenjo%2Fgraphql-composite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenisdenjo%2Fgraphql-composite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenisdenjo%2Fgraphql-composite/lists"}