From 742eba7c9f51b2eac8ac65ee2cc7f3898fcf3c8b Mon Sep 17 00:00:00 2001 From: "Wendreo L. Fernandes" Date: Sat, 23 Feb 2019 02:04:46 -0300 Subject: [PATCH] Adding Kotlin to code/index.html.js Java and Kotlin are 100% interoperable! --- site/code/index.html.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/code/index.html.js b/site/code/index.html.js index 69b2f31fb5..91ad31e4f0 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -31,7 +31,7 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript - [Erlang](#erlang) - [Go](#go) - [Groovy](#groovy) -- [Java](#java) +- [Java / Kotlin](#java-kotlin) - [JavaScript](#javascript) - [PHP](#php) - [Python](#python) @@ -149,7 +149,7 @@ See [the documentation](https://grails.github.io/gorm-graphql/latest/guide/index GQL is a Groovy library for GraphQL -### Java +### Java / Kotlin #### [graphql-java](https://github.com/graphql-java/graphql-java) @@ -460,7 +460,7 @@ Executor.execute(schema, query) map println - [graphql](https://github.com/shurcooL/graphql#readme): A GraphQL client implementation in Go. -### Java / Android +### Java / Kotlin / Android - [Apollo Android](https://github.com/apollographql/apollo-android): A strongly-typed, caching GraphQL client for Android, written in Java.