Skip to content

Releases: IlyaSemenov/graphql-orm

[email protected]

23 Oct 03:44
Compare
Choose a tag to compare

Patch Changes

  • 2f28c2b: Support modelField in addition to tableField as per docs (fix #33).

[email protected]

20 Aug 13:07
Compare
Choose a tag to compare

Patch Changes

[email protected]

11 Aug 06:30
Compare
Choose a tag to compare

Patch Changes

  • 93c3113: Allow pqb 0.17, fix devDependencies.

[email protected]

07 Aug 14:18
Compare
Choose a tag to compare

Patch Changes

  • 2aa2a48: Fix root subfield lookup when the field was not requested by the client.

[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]

07 Aug 14:18
Compare
Choose a tag to compare

Patch Changes

  • 2aa2a48: Fix root subfield lookup when the field was not requested by the client.

[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.