All Projects → hasura → Awesome Fluent Graphql

hasura / Awesome Fluent Graphql

Licence: mit
Awesome list of fluent GraphQL clients & examples

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Labels

Projects that are alternatives of or similar to Awesome Fluent Graphql

Github Graphql React
A Github client built with React / GraphQL 💻👩‍💻💽 👨‍💻
Stars: ✭ 60 (-10.45%)
Mutual labels:  graphql
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+1568.66%)
Mutual labels:  graphql
Artemis Dev Tool
An Apollo GraphQL Query Schema Testing Tool
Stars: ✭ 66 (-1.49%)
Mutual labels:  graphql
Neo4j Graphql
An optimized neo4j query resolver for Facebook's GraphQL
Stars: ✭ 60 (-10.45%)
Mutual labels:  graphql
Rpg Boilerplate
Relay (React), Postgres, and Graphile (GraphQL): A Modern Frontend and API Boilerplate
Stars: ✭ 62 (-7.46%)
Mutual labels:  graphql
Android Okgraphql
Reactive GraphQl client for Android
Stars: ✭ 64 (-4.48%)
Mutual labels:  graphql
Wsjs.saic.mmewmd
中国商标网加密接口。解析网页中的<meta id="9DhefwqGPrzGxEp9hPaoag">等加密内容,生成包含FSSBBIl1UgzbN7N80T, MmEwMD, y7bRbp, c1K5tw0w6_等密文的合法HTTP请求。
Stars: ✭ 60 (-10.45%)
Mutual labels:  graphql
Apollo Cache Invalidation
Experimental cache invalidation tools for Apollo.
Stars: ✭ 66 (-1.49%)
Mutual labels:  graphql
Apollo Link Sentry
Apollo Link middleware which enriches SentryJS with GraphQL data
Stars: ✭ 63 (-5.97%)
Mutual labels:  graphql
Cynthesize Frontend
Frontend written in Angular 7 and deployed GraphQL for Cynthesize. Development build: https://cynthesize-develop.netlify.com
Stars: ✭ 65 (-2.99%)
Mutual labels:  graphql
Headfon.es
a mini Spotify clone 🎧
Stars: ✭ 62 (-7.46%)
Mutual labels:  graphql
Lacinia Gen
Generators for GraphQL
Stars: ✭ 62 (-7.46%)
Mutual labels:  graphql
Graphql4noobs
Conceitos base de GraphQL para todo tipo de desenvolvedor.
Stars: ✭ 65 (-2.99%)
Mutual labels:  graphql
Instapy Research
📄 Research repository for InstaPy
Stars: ✭ 60 (-10.45%)
Mutual labels:  graphql
App
Reusable framework for micro services & command line tools
Stars: ✭ 66 (-1.49%)
Mutual labels:  graphql
Graphql Serverless
Example boilerplates for GraphQL backends hosted on serverless platforms
Stars: ✭ 60 (-10.45%)
Mutual labels:  graphql
Elm Hn
An Hacker News clone written in Elm.
Stars: ✭ 63 (-5.97%)
Mutual labels:  graphql
Parabol
Free online agile retrospective meeting tool
Stars: ✭ 1,145 (+1608.96%)
Mutual labels:  graphql
Graphql Server
This is the core package for using GraphQL in a custom server easily
Stars: ✭ 65 (-2.99%)
Mutual labels:  graphql
Graphql Ld.js
Linked Data Querying with GraphQL
Stars: ✭ 65 (-2.99%)
Mutual labels:  graphql

Awesome Fluent GraphQL Awesome

A curated collection of fluent API clients that make working with GraphQL awesome, along with examples.

More info: Fluent GraphQL clients: how to write queries like a boss

Contents

JavaScript

  • gotql: gotql works like a transpiler, with a built-in HTTPRequest Client (Got), allowing you to write your GraphQL queries as objects instead of strings. | Example
  • graphql-zeus: graphql-zeus creates an autocomplete client library for JavaScript or TypeScript. | Example
  • gqless: With gqless, your queries are auto-generated at runtime! Using ES6 Proxies, gqless converts object property lookups into GraphQL queries. | Example
  • graphql-typed-client: graphql-typed-client generates a strongly typed client library for any GraphQL endpoint. It allows writing queries as plain JS objects, with optional chain syntax. | Example
  • typed-graphqlify: typed-graphqlify lets you build typed GraphQL queries in TypeScript, and avoid redundancy of type definitions. | Example
  • graphql-codegen-hasura: graphql-codegen-hasura is a collection of plugins for graphql-code-generator, with strongly typed wrappers for all the Hasura GraphQL methods. | Example
  • graphql-binding: graphql-binding allows you to invoke a binding function which constructs a GraphQL request.
  • mst-gql: mst-gql allows type reuse between GraphQL and MobX-state-tree, and generates a query builder for chaining.

Ruby

  • GQLi: A GraphQL consumer domain-specific language that allows you to write GraphQL queries in native Ruby. | Blog post

Python

  • sgqlc: Simple GraphQL Client for Python uses declared types to generate and interpret GraphQL queries.

Go

  • shurcooL/graphql: GraphQL client implementation for Go that generates a query in the background as you type.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].