{"id":28506856,"url":"https://github.com/temporalio/graphql-proxy","last_synced_at":"2025-07-05T04:30:44.166Z","repository":{"id":41059615,"uuid":"476503971","full_name":"temporalio/graphql-proxy","owner":"temporalio","description":"GraphQL API for Temporal Server","archived":false,"fork":false,"pushed_at":"2024-02-24T06:32:03.000Z","size":183,"stargazers_count":3,"open_issues_count":11,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-08T20:06:50.541Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/temporalio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-03-31T22:58:41.000Z","updated_at":"2023-03-07T15:18:56.000Z","dependencies_parsed_at":"2024-01-29T05:25:38.352Z","dependency_job_id":"f2a6fae8-f483-4180-81f0-161746ea8e8d","html_url":"https://github.com/temporalio/graphql-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/temporalio/graphql-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fgraphql-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fgraphql-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fgraphql-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fgraphql-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/temporalio","download_url":"https://codeload.github.com/temporalio/graphql-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fgraphql-proxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263683763,"owners_count":23495552,"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":"2025-06-08T20:06:36.907Z","updated_at":"2025-07-05T04:30:44.161Z","avatar_url":"https://github.com/temporalio.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"*⚠️ This project is in alpha. We welcome feedback and contributions.*\n\nA GraphQL server that proxies to Temporal's gRPC API (see [protos](https://github.com/temporalio/api/) and [server](https://github.com/temporalio/temporal)) using [`google/rejoiner`](https://github.com/google/rejoiner) and [GraphQL Java](https://www.graphql-java.com/).\n\nThe current downside to this solution is [how binary data like Payloads are represented](https://github.com/temporalio/graphql-full/issues/14). For a GraphQL server that decodes Payloads, see [`temporalio/graphql`](https://github.com/temporalio/graphql).\n\n## Get started\n\nBuild and run the GraphQL server:\n\n```\ndocker build . -t temporaltest/graphql\ndocker run -p 8081:8081 temporaltest/graphql\n```\n\nOpen [localhost:8081](http://localhost:8081/) or point your GraphQL IDE (like [GraphQL Studio](https://studio.apollographql.com/sandbox/explorer)) at `http://localhost:8081/graphql`\n\nExample operation:\n\n```gql\n{\n  listNamespaces(input: { pageSize: 10 }) {\n    namespaces {\n      namespaceInfo {\n        id\n        name\n        state\n        description\n        ownerEmail\n        data {\n          key\n          value\n        }\n      }\n      isGlobalNamespace\n    }\n  }\n}\n```\n\n## Development\n\n```\ngit clone https://github.com/temporalio/graphql-full.git\ncd graphql-full\ngit submodule init\ngit submodule update\n./gradlew installDist\nTEMPORAL_GRPC_ENDPOINT=\"localhost:7233\" ./build/install/temporal-graphql/bin/temporal-graphql-server\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Fgraphql-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftemporalio%2Fgraphql-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Fgraphql-proxy/lists"}