Pg Graphql Versions Save

GraphQL support for PostgreSQL

v1.5.3

4 weeks ago

Changes in this Release

  • Bugfix: computed field returning a composite type was always null

v1.5.2

1 month ago

Changes in this Release

v1.5.1

2 months ago
  • Reimplemented field merging

v1.5.1-mergeless

2 months ago
  • Reverts field merging due performance impact on large schema/queries

Note: This is a pre-release bugfix version intended for users who have encountered slow introspection queries. Reverting field merging is a breaking change which will be addressed before the final 1.5.1 release.

v1.5.0

3 months ago
  • feature: first/offset based pagination
  • feature: improved descriptions for all internal error states

v1.4.4

4 months ago
  • bugfix: function returning a noncompliant view's type no longer breaks introspection

v1.4.3

4 months ago
  • bugfix: make non-default args non-null in UDFs
  • bugfix: default value of a string type argument in a UDF was wrapped in single quotes
  • feature: add support for array types in UDFs
  • bugfix: fix crash when there are cycles in fragments
  • bugfix: function returning an inaccessible table's type no longer breaks introspection

v1.4.2

6 months ago

bugfix: UDF call returned null if the row returned by the function had any null column

v1.4.1

7 months ago
  • feature: Support for user defined functions with default arguments
  • bugfix: Trigger functions excluded from API

v1.4.0

7 months ago
  • feature: citext type represented as a GraphQL String
  • feature: Support for Postgres 16
  • feature: Support for user defined functions