grpc_graphql_gateway 1.2.5

A Rust implementation of gRPC-GraphQL gateway - generates GraphQL execution code from gRPC services
1
2
3
4
5
6
7
8
9
10
11
12
13
14
federation_version: 2
subgraphs:
  users:
    routing_url: http://127.0.0.1:9000/graphql
    schema:
      subgraph_url: http://127.0.0.1:9000/graphql
  products:
    routing_url: http://127.0.0.1:9001/graphql
    schema:
      subgraph_url: http://127.0.0.1:9001/graphql
  reviews:
    routing_url: http://127.0.0.1:9002/graphql
    schema:
      subgraph_url: http://127.0.0.1:9002/graphql