Skip to content

A basic GraphQL binding implementation that will work with most GraphQL servers.

Notifications You must be signed in to change notification settings

artetecha/basic-binding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-binding

This library is a simple and generic graphql-binding implementation which should be suitable for connecting to most GraphQL server that don't require any kind of authorisation.

Overview

basic-binding provides a convenience layer for building GraphQL servers on top of another GraphQL service. In short, it simplifies implementing your GraphQL resolvers by delegating execution of queries (or mutations) to the API of the underlying GraphQL service.

Install

$ yarn add basic-binding
# or:
$ npm install basic-binding

How to use

More documentation to come, but in the meantime, please refer to the examples in this repository.

About

A basic GraphQL binding implementation that will work with most GraphQL servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published