From 24313de66a4404a51cf9c381673e6379bbfe4069 Mon Sep 17 00:00:00 2001 From: Sergio del Amo Date: Fri, 15 Sep 2017 07:29:22 +0200 Subject: [PATCH 1/2] Add reference to GQL --- site/code/index.html.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/code/index.html.js b/site/code/index.html.js index d467680056..563ee90172 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -139,6 +139,10 @@ Code that executes a hello world GraphQL query with \`graphql-clj\`: See [the documentation](https://grails.github.io/gorm-graphql/latest/guide/index.html) for more information. +### [GQL](https://grooviter.github.io/gql/) + +GQL is a Groovy library for GraphQL + ### Java #### [graphql-java](https://github.com/graphql-java/graphql-java) From 7e430cb2fdd308addaababdfaa8a8dc688b698ae Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Wed, 20 Sep 2017 13:44:02 -0700 Subject: [PATCH 2/2] Fix heading level --- site/code/index.html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/code/index.html.js b/site/code/index.html.js index 563ee90172..1643986c6e 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -139,7 +139,7 @@ Code that executes a hello world GraphQL query with \`graphql-clj\`: See [the documentation](https://grails.github.io/gorm-graphql/latest/guide/index.html) for more information. -### [GQL](https://grooviter.github.io/gql/) +#### [GQL](https://grooviter.github.io/gql/) GQL is a Groovy library for GraphQL