Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## Contents

- [JavaScript](#javascript)
- [TypeScript](#typescript)
- [Ruby](#ruby)
- [Python](#python)
- [Go](#go)
Expand All @@ -22,6 +23,10 @@
- [graphql-binding](https://github.com/dotansimha/graphql-binding): graphql-binding allows you to invoke a binding function which constructs a GraphQL request.
- [mst-gql](https://github.com/mobxjs/mst-gql): mst-gql allows type reuse between GraphQL and MobX-state-tree, and generates a query builder for chaining.

# TypeScript

- [tql](https://github.com/timkendall/tql): Write type-safe GraphQL queries with TypeScript. | [Example](https://github.com/hasura/awesome-fluent-graphql/tree/master/example-tql)

# Ruby

- [GQLi](https://github.com/contentful-labs/gqli.rb): A GraphQL consumer domain-specific language that allows you to write GraphQL queries in native Ruby. | [Blog post](https://www.contentful.com/blog/2018/11/20/graphql-ruby-love-backend-developer/)
Expand Down
1 change: 1 addition & 0 deletions example-tql/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
Loading