Skip to content

Commit cfc9c55

Browse files
authored
Merge pull request graphql#874 from dariuszkuc/graphql_kotlin_client
add graphql-kotlin link to the list of GraphQL clients
2 parents e23d0c5 + a904848 commit cfc9c55

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
@@ -615,6 +615,7 @@ Executor.execute(schema, query) map println
615615
- [Java / Android](#java-android)
616616
- [JavaScript](#javascript-1)
617617
- [Julia](#julia)
618+
- [Kotlin](#kotlin)
618619
- [Swift / Objective-C iOS](#swift-objective-c-ios)
619620
- [Python](#python-1)
620621
- [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)