Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Nested ordering, temporal / enum ordering, large schemas #188

Merged
merged 10 commits into from
Feb 6, 2019
Merged

Nested ordering, temporal / enum ordering, large schemas #188

merged 10 commits into from
Feb 6, 2019

Conversation

michaeldgraham
Copy link
Collaborator

@michaeldgraham michaeldgraham commented Feb 6, 2019

This PR contains support for nested ordering with the use of apoc.coll.sortMulti. The use of sortMulti handles lists of orderBy arguments, as introduced in #184. Enums and temporal types have also been added as valid ordering arguments.

Fixes

Ordering

#47 (Nested ordering) Specify ordering
#162 Ordering by temporal type
#168 Enum types not added to orderBy

Large Schemas

#172 'Maximum call stack size exceeded' on large schema

Other

The _id field is no longer added to a type when it is excluded from the generated Query API.

Planned

The first, offset, and orderBy arguments can be added to relation type fields during the augmentation process. After which, we can address #173 for ordering by temporal fields on relation types.

@michaeldgraham michaeldgraham changed the title Nested ordering, temporal / enum orderBy, fixes Nested ordering, temporal / enum ordering, large schemas Feb 6, 2019
@johnymontana johnymontana merged commit 660a92f into neo4j-graphql:master Feb 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants