You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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.
137
137
138
-
**Grails Plugin** - In a addition to the Core Library, the GORM GraphQL Grails Plugin:
138
+
**Grails Plugin** - In a addition to the Core Library, the GORM GraphQL Grails Plugin:
139
139
140
140
- Provides a controller to receive and respond to GraphQL requests through HTTP, based on their guidelines.
141
141
- Generates the schema at startup with spring bean configuration to make it easy to extend.
@@ -145,7 +145,7 @@ A full implementation of the GraphQL specification that aims to maintain externa
145
145
146
146
See [the documentation](https://grails.github.io/gorm-graphql/latest/guide/index.html) for more information.
147
147
148
-
#### [GQL](https://grooviter.github.io/gql/)
148
+
#### [GQL](https://grooviter.github.io/gql/)
149
149
150
150
GQL is a Groovy library for GraphQL
151
151
@@ -397,15 +397,15 @@ Then run \`ruby hello.rb\` with this code in \`hello.rb\`:
0 commit comments