Skip to content

Commit 26a4b05

Browse files
authored
Merge pull request graphql#792 from dariuszkuc/graphql-kotlin
add graphql-kotlin link to the list of GraphQL servers
2 parents e49eb0b + 9ba8da6 commit 26a4b05

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
@@ -33,6 +33,7 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
3333
- [Groovy](#groovy)
3434
- [Java](#java)
3535
- [JavaScript](#javascript)
36+
- [Kotlin](#kotlin)
3637
- [PHP](#php)
3738
- [Python](#python)
3839
- [Scala](#scala)
@@ -303,6 +304,10 @@ app.listen(4000, () => console.log('Now browse to localhost:4000/graphiql'));
303304
304305
Apollo Server also supports all Node.js HTTP server frameworks: Express, Connect, HAPI and Koa.
305306
307+
### Kotlin
308+
309+
- [graphql-kotlin](https://github.com/ExpediaGroup/graphql-kotlin/): A set of libraries for running GraphQL server in Kotlin.
310+
306311
### PHP
307312
308313
- [graphql-php](https://github.com/webonyx/graphql-php): A PHP port of GraphQL reference implementation

0 commit comments

Comments
 (0)