From fd030f6694e1c7739e790e8a2ac858c989f65450 Mon Sep 17 00:00:00 2001 From: Sergio del Amo Date: Fri, 15 Sep 2017 07:27:42 +0200 Subject: [PATCH] Add Dash to improve readability Replace A with lowercase a --- 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 d467680056..4ab99381ac 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -127,11 +127,11 @@ Code that executes a hello world GraphQL query with \`graphql-clj\`: #### [gorm-graphql](https://github.com/grails/gorm-graphql/) -**Core Library** The GORM GraphQL library provides functionality to generate a GraphQL schema based on your GORM entities. In addition to mapping domain classes to a GraphQL schema, the core library also provides default implementations of "data fetchers" to query, update, and delete data through executions of the schema. +**Core Library** - The GORM GraphQL library provides functionality to generate a GraphQL schema based on your GORM entities. In addition to mapping domain classes to a GraphQL schema, the core library also provides default implementations of "data fetchers" to query, update, and delete data through executions of the schema. -**Grails Plugin** In a addition to the Core Library, the GORM GraphQL Grails Plugin: +**Grails Plugin** - In a addition to the Core Library, the GORM GraphQL Grails Plugin: -- Provides A controller to receive and respond to GraphQL requests through HTTP, based on their guidelines. +- Provides a controller to receive and respond to GraphQL requests through HTTP, based on their guidelines. - Generates the schema at startup with spring bean configuration to make it easy to extend. - Includes a [GraphiQL](https://github.com/graphql/graphiql) browser enabled by default in development. The browser is accessible at /graphql/browser. - Overrides the default data binder to use the data binding provided by Grails