Skip to content

Commit 7357a0d

Browse files
committed
add graphqurl to javascript clients
1 parent dc888d1 commit 7357a0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/code/index.html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ Executor.execute(schema, query) map println
564564
- [AWS Amplify](https://aws.github.io/aws-amplify): A JavaScript library for application development using cloud services, which supports GraphQL backend and React components for working with GraphQL data.
565565
- [Grafoo](https://github.com/grafoojs/grafoo): An all purpose GraphQL client with view layer integrations for multiple frameworks in just 1.6kb.
566566
- [urql](https://formidable.com/open-source/urql/) ([github](https://github.com/FormidableLabs/urql)): A highly customizable and versatile GraphQL client for React.
567+
- [graphqurl](https://github.com/hasura/graphqurl) ([npm](https://www.npmjs.com/package/graphqurl)): curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.
567568
568569
### Swift / Objective-C iOS
569570

0 commit comments

Comments
 (0)