An open API service indexing awesome lists of open source software.

https://github.com/remotesynth/graphql-client-libs

Examples of using popular client-side GraphQL libraries
https://github.com/remotesynth/graphql-client-libs

Last synced: about 1 year ago
JSON representation

Examples of using popular client-side GraphQL libraries

Awesome Lists containing this project

README

          

This is an example of using three different GraphQL client libraries for JavaScript:

* GraphQL Request
* Apollo Client
* Urql

The project does not illustrate all the features of each, just the basics. Each project is a simple Next.js site that uses these libraries to do three simple tasks:

* Make a simple unauthenticated GraphQL API request
* Make a GraphQL API request passing variables
* Make an authenticated GraphQL API request