File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ GraphQL is a query [language specification](https://spec.graphql.org/); a contra
6060| Library Name | Language |
6161| --------------------------------------------------------------- | ---------- |
6262| [ Apollo Server] ( https://github.com/apollographql/apollo-server ) | JavaScript |
63- | [ GraphQL Ruby] ( https://graphql-ruby.org/ ) | Ruby |
64- | [ GraphQL Java] ( https://www. graphql-java.com/ ) | Java |
63+ | [ GraphQL Ruby] ( https://github.com/rmosolgo/ graphql-ruby ) | Ruby |
64+ | [ GraphQL Java] ( https://github.com/ graphql-java/graphql-java ) | Java |
6565| [ GraphQL .NET] ( https://github.com/graphql-dotnet/graphql-dotnet ) | .NET |
6666| [ Hot Chocolate] ( https://github.com/ChilliCream/hotchocolate ) | .NET |
6767
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/palenight');
77/** @type {import('@docusaurus/types').Config } */
88const config = {
99 title : 'GraphQL ASP.NET' ,
10- tagline : 'v1.0.0-rc3 ' ,
10+ tagline : 'v1.0.0-rc4 ' ,
1111 url : 'https://graphql-aspnet.github.io' ,
1212 baseUrl : '/' ,
1313 onBrokenLinks : 'throw' ,
You can’t perform that action at this time.
0 commit comments