Skip to content

Commit 2baf6e4

Browse files
authored
Merge pull request graphql#694 from nitishk72/patch-6292
Patch 692 - Added Flutter Graphql
2 parents d9f5cc5 + 9146465 commit 2baf6e4

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
@@ -447,6 +447,7 @@ Executor.execute(schema, query) map println
447447
448448
- [C# / .NET](#c-net-1)
449449
- [Clojurescript](#clojurescript-1)
450+
- [Flutter](#flutter)
450451
- [Go](#go-1)
451452
- [Java / Android](#java-android)
452453
- [JavaScript](#javascript-1)
@@ -463,6 +464,10 @@ Executor.execute(schema, query) map println
463464
464465
- [re-graph](https://github.com/oliyh/re-graph/): A GraphQL client implemented in Clojurescript with support for websockets.
465466
467+
### Flutter
468+
469+
- [graphql](https://github.com/zino-app/graphql-flutter#readme): A GraphQL client implementation in Flutter.
470+
466471
### Go
467472
468473
- [graphql](https://github.com/shurcooL/graphql#readme): A GraphQL client implementation in Go.

0 commit comments

Comments
 (0)