Skip to content

ref256/postgraphile-binding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple GraphQL binding implementation for use with postgraphile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%