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

0.0.2 • Public • Published

postgraphile-binding

This library is a fork of a simple basic-binding implementation with added fragmentReplacements option, and intended for use with postgraphile.

Overview

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

Install

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

Future plans

The idea is to develop this package, making it useful for postgraphile users. For the moment you may refer to the examples in this repository.

/postgraphile-binding/

    Package Sidebar

    Install

    npm i postgraphile-binding

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    6.16 kB

    Total Files

    6

    Last publish

    Collaborators

    • greforce