-
Notifications
You must be signed in to change notification settings - Fork 2.8k
allow ordering using columns from object relationships (close #463) #672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Resolve Conflicts: server/src-lib/Hasura/GraphQL/Schema.hs
|
Review app available at: https://hge-ci-pull-672.herokuapp.com |
|
Review app available at: https://hge-ci-pull-672.herokuapp.com |
|
Review app available at: https://hge-ci-pull-672.herokuapp.com |
|
Review app available at: https://hge-ci-pull-672.herokuapp.com |
|
Review app available at: https://hge-ci-pull-672.herokuapp.com |
|
Review app available at: https://hge-ci-pull-672.herokuapp.com |
Resolve Conflicts: server/src-lib/Hasura/GraphQL/Resolve/Insert.hs server/src-lib/Hasura/GraphQL/Schema.hs
|
Review app available at: https://hge-ci-pull-672.herokuapp.com |
|
Review app available at: https://hge-ci-pull-672.herokuapp.com |
1 similar comment
|
Review app available at: https://hge-ci-pull-672.herokuapp.com |
|
Review app https://hge-ci-pull-672.herokuapp.com is deleted |
|
Does it allow to sort_by aggregated fields? Like |
|
@brundozer Order by aggregated fields feature is being added. Please refer to #1042 PR for more details. |
<!-- Thank you for submitting this PR! :) --> ## Description We were using `String` for these, and making some assumptions about NDCs and OpenDD operator names being the same. This uses newtypes and documents where these assumptions are being made. Functional no-op. V3_GIT_ORIGIN_REV_ID: 195e55db6fadf48c956684130e23f647eaa17fb1
Description
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
close #463
Solution and Design
Generate extra enums values like
rel_<obj-rel>_<column>_<sort-type>fortable_order_bytype.Type
Checklist: