{"id":13725341,"url":"https://github.com/xanthous-tech/grpc-graphql-schema","last_synced_at":"2025-10-08T20:07:56.206Z","repository":{"id":57098583,"uuid":"165340639","full_name":"xanthous-tech/grpc-graphql-schema","owner":"xanthous-tech","description":"Convert gRPC proto definition into GraphQL Schema","archived":false,"fork":false,"pushed_at":"2020-03-14T22:56:36.000Z","size":213,"stargazers_count":40,"open_issues_count":5,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-05T10:39:00.042Z","etag":null,"topics":["graphql","graphql-schema","grpc","typescript"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/xanthous-tech.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}},"created_at":"2019-01-12T03:14:15.000Z","updated_at":"2024-08-27T21:17:49.000Z","dependencies_parsed_at":"2022-08-20T18:10:34.661Z","dependency_job_id":null,"html_url":"https://github.com/xanthous-tech/grpc-graphql-schema","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xanthous-tech/grpc-graphql-schema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthous-tech%2Fgrpc-graphql-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthous-tech%2Fgrpc-graphql-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthous-tech%2Fgrpc-graphql-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthous-tech%2Fgrpc-graphql-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xanthous-tech","download_url":"https://codeload.github.com/xanthous-tech/grpc-graphql-schema/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthous-tech%2Fgrpc-graphql-schema/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000700,"owners_count":26082819,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["graphql","graphql-schema","grpc","typescript"],"created_at":"2024-08-03T01:02:20.045Z","updated_at":"2025-10-08T20:07:56.177Z","avatar_url":"https://github.com/xanthous-tech.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Grpc Graphql Schema\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/xanthous-tech/grpc-graphql-schema/master/grpcgraphql.png\"\u003e\n\u003c/p\u003e\n\nConvert gRPC proto Definition into GraphQL Schema\n\n[Slides @ GraphQL BKK 4.0](https://docs.google.com/presentation/d/11sw3yK7p6xYcES9Wsjco7z3lGgmYlefnNrqhZ6vaYvA/edit?usp=sharing)\n\n[Medium Article](https://medium.com/xanthous/translating-grpc-services-into-graphql-6a8e49556d96)\n\n# How to Use\n\n```javascript\nconst { getGraphqlSchemaFromGrpc } = require('grpc-graphql-schema');\n\ngetGraphqlSchemaFromGrpc({\n  endpoint: 'localhost:50051',\n  protoFilePath: '/path/to/ServiceDefinition.proto',\n  serviceName: 'GrpcServiceName',\n  packageName: 'name.package',\n}).then(schema =\u003e {\n  // load schema in graphql server\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxanthous-tech%2Fgrpc-graphql-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxanthous-tech%2Fgrpc-graphql-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxanthous-tech%2Fgrpc-graphql-schema/lists"}