Skip to content

Releases: IlyaSemenov/graphql-orm

orchid-graphql@1.9.1

23 Jul 08:06

Choose a tag to compare

Patch Changes

  • 312b2f7: Allow null and undefined as filter value.

orchid-graphql@1.9.0

22 Jul 07:14

Choose a tag to compare

Minor Changes

  • e94f2f6: Export filterQuery function.

objection-graphql-resolver@7.6.0

22 Jul 07:14

Choose a tag to compare

Minor Changes

  • e94f2f6: Export filterQuery function.

orchid-graphql@1.8.1

13 Dec 06:33

Choose a tag to compare

Patch Changes

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

objection-graphql-resolver@7.5.1

13 Dec 06:33

Choose a tag to compare

Patch Changes

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

orchid-graphql@1.8.0

10 Dec 13:10

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.

objection-graphql-resolver@7.5.0

10 Dec 13:10

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.

orchid-graphql@1.7.0

25 Jun 10:03

Choose a tag to compare

Minor Changes

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

orchid-graphql@1.6.0

21 Jun 05:25

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.

objection-graphql-resolver@7.4.0

21 Jun 04:25

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.