Skip to content

Commit

Permalink
Add Go gqlgen lib to list of federation support (#3706)
Browse files Browse the repository at this point in the history
gqlgen - one of the most popular graphql Go lib - just recently added support for federation. 
PR to the lib was merged to master Jan 7 - 99designs/gqlgen#851

The lib doesn't have documentation for the feature yet, but it's fully working, as I am already using it in one of the projects.
  • Loading branch information
VitaliiLakusta authored and trevor-scheer committed Jan 28, 2020
1 parent 902fefc commit 4b01e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/federation/other-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The following is a list of known open source GraphQL server libraries that have

| Language | Framework | Library |
| ----------- | ------------ | -------------------------------------------------------------------------------- |
| Go | gqlgen | [gqlgen](https://github.com/99designs/gqlgen/tree/master/plugin/federation) |
| Java | graphql-java | [federation-jvm](https://github.com/apollographql/federation-jvm) |
| Kotlin | graphql-java | [graphql-kotlin](https://github.com/ExpediaGroup/graphql-kotlin) |
| PHP | graphql-php | [php-graphql-federation](https://github.com/pascaldevink/php-graphql-federation) |
Expand Down

0 comments on commit 4b01e17

Please sign in to comment.