Skip to content

Releases: IlyaSemenov/graphql-orm

[email protected]

13 Dec 06:33
Compare
Choose a tag to compare

Patch Changes

  • 555419a: Add proper exports section to package.json. Allow native ESM import of this module.

[email protected]

13 Dec 06:33
Compare
Choose a tag to compare

Patch Changes

  • 555419a: Add proper exports section to package.json. Allow native ESM import of this module.

[email protected]

10 Dec 13:10
Compare
Choose a tag to compare

Minor Changes

  • 0ca55fb: Refactor cursor pagination:

    • Expect explicit list of fields to sort on.
    • If not provided, take the list of sort fields from the query itself.
    • Fix crash on naming clash when e.g. paginating over id with subquery also having id.

Patch Changes

  • 8d7c54c: Run subquery modify prior to applying pagination.

[email protected]

10 Dec 13:10
Compare
Choose a tag to compare

Minor Changes

  • 0ca55fb: Refactor cursor pagination:

    • Expect explicit list of fields to sort on.
    • If not provided, take the list of sort fields from the query itself.
    • Fix crash on naming clash when e.g. paginating over id with subquery also having id.

Patch Changes

  • 8d7c54c: Run subquery modify prior to applying pagination.

[email protected]

25 Jun 10:03
Compare
Choose a tag to compare

Minor Changes

  • 85f1e5b: Basic type check for graph.resolve() query argument. Use latest orchid-orm types.

[email protected]

21 Jun 05:25
Compare
Choose a tag to compare

Minor Changes

  • d527653: Type graph resolve result as Promise<T> instead of Query.
  • d527653: Return Promise<undefined> instead of undefined for non-requested fields.

[email protected]

21 Jun 04:25
Compare
Choose a tag to compare

Minor Changes

  • f3f5f31: Type graph resolve result as Promise<T> instead of Query.

Patch Changes

  • e802bea: Return Promise<undefined> instead of undefined for non-requested fields.

[email protected]

20 Jun 12:37
Compare
Choose a tag to compare

Patch Changes

  • 91c309d: Remove dependency on pqb.

[email protected]

24 Feb 04:19
Compare
Choose a tag to compare

Patch Changes

  • 05d7316: Revert inlining graphql-parse-resolve-info, bump its version instead.

[email protected]

24 Feb 04:19
Compare
Choose a tag to compare

Patch Changes

  • 05d7316: Revert inlining graphql-parse-resolve-info, bump its version instead.