Skip to content

Commit

Permalink
smallrye#521: add note that federation support is currently experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
t1 committed May 28, 2021
1 parent 3aeb34d commit 87eb9f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/federation/README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
= GraphQL Federation

[NOTE]
The current status is experimental!

Extension library to add support for https://www.apollographql.com/docs/federation/federation-spec/[GraphQL Federation].

The `api` module defines the directives `@Key`, etc. The `runtime` module hooks into the SmallRye GraphQL events to dynamically enhance the GraphQL schema with the Federation extras (`_Entity`, `_Service`, etc.).
Expand Down

0 comments on commit 87eb9f4

Please sign in to comment.