File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ The following open-source GraphQL server libraries and hosted subgraphs provide
147
147
</thead >
148
148
<tbody >
149
149
<tr ><td ><a href =" https://ghostdogpr.github.io/caliban/docs/federation.html " >Caliban</a ></td ><td ><table ><tr ><th >_service</th ><td >🟢</td ></tr ><tr ><th >@key (single)</th ><td >🟢</td ></tr ><tr ><th >@key (multi)</th ><td >🟢</td ></tr ><tr ><th >@key (composite)</th ><td >🟢</td ></tr ><tr ><th >repeatable @key</th ><td >🟢</td ></tr ><tr ><th >@requires</th ><td >🟢</td ></tr ><tr ><th >@provides</th ><td >🟢</td ></tr ><tr ><th >federated tracing</th ><td >🟢</td ></tr ></table ></td ><td ><table ><tr ><th >@link</th ><td >🟢</td ></tr ><tr ><th >@shareable</th ><td >🟢</td ></tr ><tr ><th >@tag</th ><td >🟢</td ></tr ><tr ><th >@override</th ><td >🟢</td ></tr ><tr ><th >@inaccessible</th ><td >🟢</td ></tr ></table ></td ></tr >
150
- <tr ><td ><a href =" https://sangria-graphql.github.io/learn/#graphql-federation " >Sangria</a ></td ><td ><table ><tr ><th >_service</th ><td >🟢</td ></tr ><tr ><th >@key (single)</th ><td >🟢</td ></tr ><tr ><th >@key (multi)</th ><td >🟢</td ></tr ><tr ><th >@key (composite)</th ><td >🟢</td ></tr ><tr ><th >repeatable @key</th ><td >🟢</td ></tr ><tr ><th >@requires</th ><td >🟢</td ></tr ><tr ><th >@provides</th ><td >🟢</td ></tr ><tr ><th >federated tracing</th ><td >🟢</td ></tr ></table ></td ><td ><table ><tr ><th >@link</th ><td >❌ </td ></tr ><tr ><th >@shareable</th ><td >🟢</td ></tr ><tr ><th >@tag</th ><td >🟢</td ></tr ><tr ><th >@override</th ><td >🟢</td ></tr ><tr ><th >@inaccessible</th ><td >🟢</td ></tr ></table ></td ></tr >
150
+ <tr ><td ><a href =" https://sangria-graphql.github.io/learn/#graphql-federation " >Sangria</a ></td ><td ><table ><tr ><th >_service</th ><td >🟢</td ></tr ><tr ><th >@key (single)</th ><td >🟢</td ></tr ><tr ><th >@key (multi)</th ><td >🟢</td ></tr ><tr ><th >@key (composite)</th ><td >🟢</td ></tr ><tr ><th >repeatable @key</th ><td >🟢</td ></tr ><tr ><th >@requires</th ><td >🟢</td ></tr ><tr ><th >@provides</th ><td >🟢</td ></tr ><tr ><th >federated tracing</th ><td >🟢</td ></tr ></table ></td ><td ><table ><tr ><th >@link</th ><td >🟢 </td ></tr ><tr ><th >@shareable</th ><td >🟢</td ></tr ><tr ><th >@tag</th ><td >🟢</td ></tr ><tr ><th >@override</th ><td >🟢</td ></tr ><tr ><th >@inaccessible</th ><td >🟢</td ></tr ></table ></td ></tr >
151
151
</tbody >
152
152
</table >
153
153
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ val http4sVersion = "1.0.0-M37"
7
7
val circeVersion = " 0.14.3"
8
8
9
9
libraryDependencies ++= List (
10
- " org.sangria-graphql" %% " sangria-federated" % " 0.3 .0" ,
10
+ " org.sangria-graphql" %% " sangria-federated" % " 0.4 .0" ,
11
11
" org.sangria-graphql" %% " sangria-circe" % " 1.3.2" ,
12
12
" org.http4s" %% " http4s-ember-server" % http4sVersion,
13
13
" org.http4s" %% " http4s-dsl" % http4sVersion,
You can’t perform that action at this time.
0 commit comments