File tree 4 files changed +17
-9
lines changed
4 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ build status] ( https://img.shields.io/github/workflow/status/wantedly/proto-graphql-rust/CI/master?style=flat-square&logo=github )] ( https://github.com/wantedly/proto-graphql-rust/actions )
4
4
5
+ ** [ EXPERIMENTAL] ** Generate GraphQL schema and gateway from Proto definitions.
6
+
7
+ ## Examples
8
+
9
+ - [ Simple graphql-gateway] ( examples/simple )
10
+ - [ Streaming RPC / Subscription] ( examples/subscription )
11
+ - [ Apollo Federation] ( examples/federation )
12
+
5
13
## License
6
14
7
15
Licensed under either of [ Apache License, Version 2.0] ( LICENSE-APACHE ) or
Original file line number Diff line number Diff line change 1
- # Apollo Federation example
1
+ # Apollo Federation
2
2
3
3
## How to run
4
4
@@ -7,9 +7,9 @@ cd examples/simple
7
7
./start.sh
8
8
```
9
9
10
- Open http://localhost:4000 in browser.
10
+ Then, open < http://localhost:4000 > in browser.
11
11
12
- [ Generated GraphQL schema] ( graphql/graphql-gateway.graphql )
12
+ [ * Generated GraphQL schema* ] ( graphql/graphql-gateway.graphql )
13
13
14
14
Query example:
15
15
Original file line number Diff line number Diff line change 1
- # Simple graphql-gateway example
1
+ # Simple graphql-gateway
2
2
3
3
## How to run
4
4
@@ -7,9 +7,9 @@ cd examples/simple
7
7
./start.sh
8
8
```
9
9
10
- Open http://localhost:4000 in browser.
10
+ Then, open < http://localhost:4000 > in browser.
11
11
12
- [ Generated GraphQL schema] ( graphql/simple-graphql-gateway.graphql )
12
+ [ * Generated GraphQL schema* ] ( graphql/simple-graphql-gateway.graphql )
13
13
14
14
Query example:
15
15
Original file line number Diff line number Diff line change 1
- # Server Streaming RPC example
1
+ # Streaming RPC / Subscription
2
2
3
3
## How to run
4
4
@@ -7,9 +7,9 @@ cd examples/subscription
7
7
./start.sh
8
8
```
9
9
10
- Open http://localhost:4000 in browser.
10
+ Then, open < http://localhost:4000 > in browser.
11
11
12
- [ Generated GraphQL schema] ( graphql/subscription-graphql-gateway.graphql )
12
+ [ * Generated GraphQL schema* ] ( graphql/subscription-graphql-gateway.graphql )
13
13
14
14
Subscription example:
15
15
You can’t perform that action at this time.
0 commit comments