Skip to content

Commit f28f6df

Browse files
committed
Add Julia and R code
Adds Diana.jl and ghql.
1 parent ebcec2f commit f28f6df

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

site/code/index.html.js

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
3333
- [Groovy](#groovy)
3434
- [Java](#java)
3535
- [JavaScript](#javascript)
36+
- [Julia](#julia)
3637
- [PHP](#php)
3738
- [Python](#python)
39+
- [R](#r)
3840
- [Scala](#scala)
3941
- [Ruby](#ruby)
4042
@@ -129,13 +131,13 @@ A full implementation of the GraphQL specification that aims to maintain externa
129131
- [machinebox/graphql](https://github.com/machinebox/graphql): An elegant low-level HTTP client for GraphQL.
130132
- [samsarahq/thunder](https://github.com/samsarahq/thunder): A GraphQL implementation with easy schema building, live queries, and batching.
131133
132-
### Groovy
134+
### Groovy
133135
134136
#### [gorm-graphql](https://github.com/grails/gorm-graphql/)
135137
136138
**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.
137139
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:
139141
140142
- Provides a controller to receive and respond to GraphQL requests through HTTP, based on their guidelines.
141143
- 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
145147
146148
See [the documentation](https://grails.github.io/gorm-graphql/latest/guide/index.html) for more information.
147149
148-
#### [GQL](https://grooviter.github.io/gql/)
150+
#### [GQL](https://grooviter.github.io/gql/)
149151
150152
GQL is a Groovy library for GraphQL
151153
@@ -443,8 +445,10 @@ Executor.execute(schema, query) map println
443445
- [Go](#go-1)
444446
- [Java / Android](#java-android)
445447
- [JavaScript](#javascript-1)
448+
- [Julia](#julia)
446449
- [Swift / Objective-C iOS](#swift-objective-c-ios)
447450
- [Python](#python-1)
451+
- [R](#r)
448452
449453
### C# / .NET
450454
@@ -477,6 +481,10 @@ Executor.execute(schema, query) map println
477481
- [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.
478482
- [Grafoo](https://github.com/grafoojs/grafoo): An all purpose GraphQL client with view layer integrations for multiple frameworks in just 1.6kb.
479483
484+
### Julia
485+
486+
- [Diana.jl](https://github.com/codeneomatrix/Diana.jl): A Julia GraphQL server implementation.
487+
480488
### Swift / Objective-C iOS
481489
482490
- [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.
@@ -488,6 +496,10 @@ Executor.execute(schema, query) map println
488496
- [python-graphql-client](https://github.com/graphcool/python-graphql-client): Simple GraphQL client for Python 2.7+.
489497
- [sgqlc](https://github.com/profusion/sgqlc): A simple Python GraphQL client. Supports generating code generation for types defined in a GraphQL schema.
490498
499+
### R
500+
501+
- [ghql](https://github.com/ropensci/ghql): General purpose GraphQL R client.
502+
491503
## Tools
492504
493505
- [graphiql](https://github.com/graphql/graphiql) ([npm](https://www.npmjs.com/package/graphiql)): An interactive in-browser GraphQL IDE.

0 commit comments

Comments
 (0)