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
Copy file name to clipboardExpand all lines: site/code/index.html.js
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,32 @@ Many different programming languages support GraphQL. This list contains some of
44
44
45
45
### Scala
46
46
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/).
48
48
49
49
### Java
50
50
51
51
- [graphql-java](https://github.com/graphql-java/graphql-java): A Java library for building GraphQL APIs.
52
52
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
+
53
73
54
74
## GraphQL Clients
55
75
@@ -62,6 +82,7 @@ Many different programming languages support GraphQL. This list contains some of
62
82
- [graphiql](https://github.com/graphql/graphiql) ([npm](https://www.npmjs.com/package/graphiql)): An interactive in-browser GraphQL IDE.
63
83
- [libgraphqlparser](https://github.com/graphql/libgraphqlparser): A GraphQL query language parser in C++ with C and C++ APIs.
64
84
85
+
65
86
## More Stuff
66
87
67
88
- [awesome-graphql](https://github.com/chentsulin/awesome-graphql): A fantastic community maintained collection of libraries, resources, and more.
0 commit comments