Skip to content

Commit b05ce53

Browse files
authored
Merge pull request graphql#755 from Nosferican/R-and-Julia
Add Julia and R code
2 parents 8e26eb5 + be1f0ef commit b05ce53

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

site/code/index.html.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
3333
- [Groovy](#groovy)
3434
- [Java](#java)
3535
- [JavaScript](#javascript)
36+
- [Julia](#julia)
3637
- [Kotlin](#kotlin)
3738
- [Perl](#perl)
3839
- [PHP](#php)
3940
- [Python](#python)
41+
- [R](#r)
4042
- [Ruby](#ruby)
4143
- [Rust](#rust)
4244
- [Scala](#scala)
@@ -607,8 +609,10 @@ Executor.execute(schema, query) map println
607609
- [Go](#go-1)
608610
- [Java / Android](#java-android)
609611
- [JavaScript](#javascript-1)
612+
- [Julia](#julia)
610613
- [Swift / Objective-C iOS](#swift-objective-c-ios)
611614
- [Python](#python-1)
615+
- [R](#r)
612616
613617
### C# / .NET
614618
@@ -651,6 +655,10 @@ Executor.execute(schema, query) map println
651655
- [urql](https://formidable.com/open-source/urql/) ([github](https://github.com/FormidableLabs/urql)): A highly customizable and versatile GraphQL client for React.
652656
- [graphqurl](https://github.com/hasura/graphqurl) ([npm](https://www.npmjs.com/package/graphqurl)): curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.
653657
658+
### Julia
659+
660+
- [Diana.jl](https://github.com/codeneomatrix/Diana.jl): A Julia GraphQL server implementation.
661+
654662
### Swift / Objective-C iOS
655663
656664
- [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.
@@ -662,6 +670,10 @@ Executor.execute(schema, query) map println
662670
- [python-graphql-client](https://github.com/prisma/python-graphql-client): Simple GraphQL client for Python 2.7+.
663671
- [sgqlc](https://github.com/profusion/sgqlc): A simple Python GraphQL client. Supports generating code generation for types defined in a GraphQL schema.
664672
673+
### R
674+
675+
- [ghql](https://github.com/ropensci/ghql): General purpose GraphQL R client.
676+
665677
## Tools
666678
667679
- [graphiql](https://github.com/graphql/graphiql) ([npm](https://www.npmjs.com/package/graphiql)): An interactive in-browser GraphQL IDE.

0 commit comments

Comments
 (0)