Skip to content

Commit d6e0395

Browse files
committed
add more libs to code/
1 parent 9fffbd2 commit d6e0395

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

site/code/index.html.js

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,32 @@ Many different programming languages support GraphQL. This list contains some of
4444
4545
### Scala
4646
47-
- [Sangria](http://sangria-graphql.org/) ([github](https://github.com/sangria-graphql/sangria)) A Scala GraphQL library that supports [Relay](https://facebook.github.io/relay/).
47+
- [Sangria](http://sangria-graphql.org/) ([github](https://github.com/sangria-graphql/sangria)): A Scala GraphQL library that supports [Relay](https://facebook.github.io/relay/).
4848
4949
### Java
5050
5151
- [graphql-java](https://github.com/graphql-java/graphql-java): A Java library for building GraphQL APIs.
5252
53+
### Go
54+
55+
- [graphql-go](https://github.com/graphql-go/graphql): An implementation of GraphQL for Go / Golang.
56+
- [graphql-relay-go](https://github.com/graphql-go/relay): A Go/Golang library to help construct a graphql-go server supporting react-relay.
57+
58+
### PHP
59+
60+
- [graphql-php](https://github.com/webonyx/graphql-php): A PHP port of GraphQL reference implementation
61+
- [graphql-relay-php](https://github.com/ivome/graphql-relay-php): A library to help construct a graphql-php server supporting react-relay.
62+
63+
### C# / .NET
64+
65+
- [graphql-dotnet](https://github.com/graphql-dotnet/graphql-dotnet): GraphQL for .NET
66+
- [graphql-net](https://github.com/ckimes89/graphql-net): Convert GraphQL to IQuerable
67+
68+
### Elixir
69+
70+
- [absinthe](https://github.com/absinthe-graphql/absinthe): GraphQL implementation for Elixir.
71+
- [graphql-elixir](https://github.com/graphql-elixir/graphql): An Elixir implementation of Facebook's GraphQL.
72+
5373
5474
## GraphQL Clients
5575
@@ -62,6 +82,7 @@ Many different programming languages support GraphQL. This list contains some of
6282
- [graphiql](https://github.com/graphql/graphiql) ([npm](https://www.npmjs.com/package/graphiql)): An interactive in-browser GraphQL IDE.
6383
- [libgraphqlparser](https://github.com/graphql/libgraphqlparser): A GraphQL query language parser in C++ with C and C++ APIs.
6484
85+
6586
## More Stuff
6687
6788
- [awesome-graphql](https://github.com/chentsulin/awesome-graphql): A fantastic community maintained collection of libraries, resources, and more.

0 commit comments

Comments
 (0)