Releases: IlyaSemenov/graphql-orm
Releases · IlyaSemenov/graphql-orm
orchid-graphql@1.9.1
Patch Changes
- 312b2f7: Allow null and undefined as filter value.
orchid-graphql@1.9.0
Minor Changes
- e94f2f6: Export
filterQueryfunction.
objection-graphql-resolver@7.6.0
Minor Changes
- e94f2f6: Export
filterQueryfunction.
orchid-graphql@1.8.1
Patch Changes
- 555419a: Add proper
exportssection topackage.json. Allow native ESM import of this module.
objection-graphql-resolver@7.5.1
Patch Changes
- 555419a: Add proper
exportssection topackage.json. Allow native ESM import of this module.
orchid-graphql@1.8.0
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
idwith subquery also havingid.
Patch Changes
- 8d7c54c: Run subquery modify prior to applying pagination.
objection-graphql-resolver@7.5.0
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
idwith subquery also havingid.
Patch Changes
- 8d7c54c: Run subquery modify prior to applying pagination.
orchid-graphql@1.7.0
Minor Changes
- 85f1e5b: Basic type check for
graph.resolve()query argument. Use latest orchid-orm types.