Skip to content

Releases: IlyaSemenov/graphql-orm

[email protected]

07 Aug 13:01
Compare
Choose a tag to compare

Minor Changes

  • 49ea582: Support resolving non-root GraphQL fields (#27).

Patch Changes

  • b10f1d2: Make GraphResolveOptions a generic.

[email protected]

13 Jul 06:14
Compare
Choose a tag to compare

Patch Changes

  • 0dc6aa8: Allow pqb 0.16 in peer deps.

[email protected]

26 Jun 17:21
Compare
Choose a tag to compare

Minor Changes

  • 0dc1798: Use pqb 0.14 with new raw SQL and afterQuery hook.

[email protected]

05 Jun 04:55
Compare
Choose a tag to compare

Minor Changes

  • f90441e: Update orchid-orm, pqb and use the new Orchid transform method for pagination in orchid-graphql.

[email protected]

04 Jun 03:54
Compare
Choose a tag to compare

Patch Changes

  • 19c8c39: Allow pqb 0.12 in peer deps.

[email protected]

30 May 09:45
Compare
Choose a tag to compare

Minor Changes

  • 030b302: Define graph resolver context type and pass it to callbacks.

[email protected]

30 May 09:44
Compare
Choose a tag to compare

Minor Changes

  • 030b302: Define graph resolver context type and pass it to callbacks.

v6.0.0

07 May 13:15
Compare
Choose a tag to compare

6.0.0 (2023-05-07)

Features

BREAKING CHANGES

  • Introduce the new graph, model, field, relation, page API and deprecate
    the older GraphResolver, ModelResolver, etc. functions.

Add allowAllFields, allowAllFilters graph and model-level options.

v5.0.0

16 Mar 10:56
Compare
Choose a tag to compare

5.0.0 (2023-03-16)

Performance Improvements

  • get rid of objection shim for tableRef (97cba1a)

BREAKING CHANGES

  • the minimum supported engine is node 14

v4.3.0

15 Mar 16:19
Compare
Choose a tag to compare

4.3.0 (2023-03-15)

Features

  • support lt, lte, gt, gte, like, ilike operators in filters (2b17c1d), closes #15