Skip to content

awardit/graphql-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Client

Greenkeeper badge

A simple graphql-client library where queries are just typed strings and responses are just promises.

Features

  • Simple: Queries are just strings with phantom types for variables and response-type.
  • Easy batching: Can automatically batch all calls and ensure they are performed serially.
  • Simple cache: Caches responses based on query and variables.

Installation

npm i @awardit/graphql-client

About

Simple GraphQL client library with support for batching queries in a serial fashion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published