hasura/learn-graphql

Update gRPC supported languages in /tutorials/graphql/intro-graphql/tutorial-site/content/graphql-vs-grpc.md

kbrnsr opened this issue · 1 comments

The current version of /tutorials/graphql/intro-graphql/tutorial-site/content/graphql-vs-grpc.md states the gRPC supports code generated in 9 languages: Kotlin, Python, C++, Ruby, Java, C#, Go, Objective-C, and Dart.
Which isn't correct (anymore at least)
According to the official documentation gRPC supports a total of 11 languages:

  1. C# / .NET
  2. C++
  3. Dart
  4. Go
  5. Java
  6. Kotlin
  7. Node
  8. Objective-C
  9. PHP
  10. Python
  11. Ruby

Requesting update and hopefully having it listed alphabetically

Closed by #831