Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Releases: alex-ald/postgraphile-nest

v1.0.6

28 Jan 05:00

Choose a tag to compare

Updated dependencies and added additional unit tests

v1.0.5

25 Jun 02:33

Choose a tag to compare

Bug Fixes

  • #12 Error was thrown when passing a method name with parameters to the ExtendSchema decorator (e.x: changeName(newName: String!))

v1.0.0

01 May 01:43
7c06373

Choose a tag to compare

Features

  • Added Nestjs module for adding PostGraphile to an application
  • Added decorators for creating PostGraphile plugins

Class Decorators:

  • SchemaType

Method Decorators:

  • ChangeNullability
  • ExtendSchema
  • WrapResolver
  • AdddInflector
  • ProcessSchema