Skip to content

Commit a904848

Browse files
committed
add graphql-kotlin link to the list of GraphQL clients
Add link to https://github.com/ExpediaGroup/graphql-kotlin/ to a list of GraphQL Kotlin clients.
1 parent 7d36112 commit a904848

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/code/index.html.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ Executor.execute(schema, query) map println
616616
- [Java / Android](#java-android)
617617
- [JavaScript](#javascript-1)
618618
- [Julia](#julia)
619+
- [Kotlin](#kotlin)
619620
- [Swift / Objective-C iOS](#swift-objective-c-ios)
620621
- [Python](#python-1)
621622
- [R](#r)
@@ -665,6 +666,10 @@ Executor.execute(schema, query) map println
665666
666667
- [Diana.jl](https://github.com/codeneomatrix/Diana.jl): A Julia GraphQL server implementation.
667668
669+
### Kotlin
670+
671+
- [graphql-kotlin](https://github.com/ExpediaGroup/graphql-kotlin/): A set of GraphQL libraries that includes a lightweight, typesafe GraphQL HTTP client.
672+
668673
### Swift / Objective-C iOS
669674
670675
- [Apollo iOS](https://www.apollographql.com/docs/ios/) ([github](https://github.com/apollographql/apollo-ios)): A GraphQL client for iOS that returns results as query-specific Swift types, and integrates with Xcode to show your Swift source and GraphQL side by side, with inline validation errors.

0 commit comments

Comments
 (0)