basic-binding
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i basic-binding

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

5.7 kB

Total Files

6

Last publish

Collaborators

  • enzoru