Skip to content

Commit d9f5cc5

Browse files
authored
Merge pull request graphql#795 from smyrick/patch-1
Add juniper Rust for server libraries
2 parents 544b371 + f5cc2b2 commit d9f5cc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/code/index.html.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
3737
- [PHP](#php)
3838
- [Python](#python)
3939
- [Ruby](#ruby)
40+
- [Rust](#rust)
4041
- [Scala](#scala)
4142
4243
### C# / .NET
@@ -416,6 +417,10 @@ puts Schema.execute('{ hello }').to_json
416417
417418
There are also nice bindings for Relay and Rails.
418419
420+
### Rust
421+
422+
- [graphql-rust/juniper](https://github.com/graphql-rust/juniper): GraphQL server library for Rust
423+
419424
### Scala
420425
421426
#### [Sangria](http://sangria-graphql.org/) ([github](https://github.com/sangria-graphql/sangria)): A Scala GraphQL library that supports [Relay](https://facebook.github.io/relay/).

0 commit comments

Comments
 (0)