Code Monkey home page Code Monkey logo

postgraphile-artetecha-inflector's Introduction

postgraphile-artetecha-inflector

Override some of PostgraPhile's core inflectors with Artetecha's own favourite inflection rules.

Core inflection rules

allRows:

Given a type, e.g. Metadatum:

  • Core allRows would be allMetadata
  • Artetecha's is metadataConnection

allRowsSimple

Given a type, e.g. Metadatum:

  • Core allRowsSimple would be allMetadataList
  • Artetecha's is metadata

singleRelationByKeys

Given a type Author with a 1:1 relationship to Metadatum on some id field

  • Core would create a field metadatumByAuthorId field on Author
  • Artetecha would simply create a field metadatum

singleRelationByKeysBackwards

Given a type Author with a 1:1 relationship to Metadatum on some id field

  • Core would create a field authorByAuthorId field on Metadatum
  • Artetecha would simply create a field author

manyRelationByKeys

Given a type Author with a 1:N relationship to Metadata on some id field

  • Core would create a field metadataByAuthorId field on Author
  • Artetecha would simply create a field metadataConnection

manyRelationByKeysSimple

Given a type Author with a 1:N relationship to Metadata on some id field

  • Core would create a field metadataByAuthorIdList field on Author
  • Artetecha would simply create a field metadata

Third-party inflection rules

pgNestedFieldName

This is implemented by postgraphile-plugin-nested-mutations.

Given a type Author with a 1:N relationship to Metadata on some id field

  • The plugin would create a field authorToAuthorId field on the mutation createMetadatum
  • The plugin would also create a field metadataUsingId field on the mutation createAuthor
  • Artetecha would simply create a field author in the first case and a field metadata in the second

postgraphile-artetecha-inflector's People

Contributors

vincenzo avatar

Stargazers

Andrejs Agejevs avatar Marshall Cottrell avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.