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
139
138
-
**Grails Plugin** - In a addition to the Core Library, the GORM GraphQL Grails Plugin:
140
+
**Grails Plugin** - In a addition to the Core Library, the GORM GraphQL Grails Plugin:
139
141
140
142
- Provides a controller to receive and respond to GraphQL requests through HTTP, based on their guidelines.
141
143
- Generates the schema at startup with spring bean configuration to make it easy to extend.
@@ -145,7 +147,7 @@ A full implementation of the GraphQL specification that aims to maintain externa
145
147
146
148
See [the documentation](https://grails.github.io/gorm-graphql/latest/guide/index.html) for more information.
- [AWS Amplify](https://aws.github.io/aws-amplify): A JavaScript library for application development using cloud services, which supports GraphQL backend and React components for working with GraphQL data.
478
482
- [Grafoo](https://github.com/grafoojs/grafoo): An all purpose GraphQL client with view layer integrations for multiple frameworks in just 1.6kb.
479
483
484
+
### Julia
485
+
486
+
- [Diana.jl](https://github.com/codeneomatrix/Diana.jl): A Julia GraphQL server implementation.
487
+
480
488
### Swift / Objective-C iOS
481
489
482
490
- [Apollo iOS](https://www.apollographql.com/docs/ios/) ([github](https://github.com/apollographql/apollo-ios)): A GraphQL client for iOS that returns results as query-specific Swift types, and integrates with Xcode to show your Swift source and GraphQL side by side, with inline validation errors.
- [python-graphql-client](https://github.com/graphcool/python-graphql-client): Simple GraphQL client for Python 2.7+.
489
497
- [sgqlc](https://github.com/profusion/sgqlc): A simple Python GraphQL client. Supports generating code generation for types defined in a GraphQL schema.
490
498
499
+
### R
500
+
501
+
- [ghql](https://github.com/ropensci/ghql): General purpose GraphQL R client.
502
+
491
503
## Tools
492
504
493
505
- [graphiql](https://github.com/graphql/graphiql) ([npm](https://www.npmjs.com/package/graphiql)): An interactive in-browser GraphQL IDE.
0 commit comments