Skip to content

lukepatrick/postgraphile-upsert-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgraphile-upsert

add postgres upsert mutations to postgraphile

JavaScript Style Guide semantic-release Greenkeeper badge

install

yarn add postgraphile-upsert

usage

import { PgMutationUpsertPlugin } from 'postgraphile-upsert'

postgraphile(pgClient, 'yourSchema', {
  appendPlugins: [PgMutationUpsertPlugin as any]
})

fire open PostGraphiQL and look for mutation { upsert<ModelName> { ... } }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Makefile 0.7%