UNPKG

@graphile-contrib/pg-simplify-inflector

Version:

Simplifies the graphile-build-pg inflector to trim the `ByFooIdAndBarId` from relations

41 lines (40 loc) 1.12 kB
{ "name": "@graphile-contrib/pg-simplify-inflector", "version": "6.1.0", "description": "Simplifies the graphile-build-pg inflector to trim the `ByFooIdAndBarId` from relations", "main": "index.js", "scripts": { "postgraphile": "postgraphile --append-plugins \"$(pwd)/index.js\"", "lint:fix": "yarn prettier --write", "prettier": "prettier --ignore-path ./.eslintignore '**/*.{js,jsx,ts,tsx,graphql,md,json,yml}'", "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/graphile-contrib/pg-simplify-inflector.git" }, "keywords": [ "graphile", "postgraphile", "plugin", "simple", "simplify", "inflection", "inflector", "pg" ], "author": "Benjie Gillam <code@benjiegillam.com>", "license": "MIT", "bugs": { "url": "https://github.com/graphile-contrib/pg-simplify-inflector/issues" }, "homepage": "https://github.com/graphile-contrib/pg-simplify-inflector#readme", "files": [ "index.js", "index.d.ts" ], "devDependencies": { "postgraphile": "4.6.0", "prettier": "^2.0.4" } }