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

OrderBy and Filter by _QueryMeta! #167

Closed
hypervillain opened this issue Apr 13, 2017 · 1 comment
Closed

OrderBy and Filter by _QueryMeta! #167

hypervillain opened this issue Apr 13, 2017 · 1 comment

Comments

@hypervillain
Copy link

I would like to orderBy and filter by meta information. Considering a many-to-many relation between Post and Tags :

query listItemsAndTagsBycategory($categoryName: String!) { allItems( orderBy: _tagsMeta_count_DESC filter: { _tagsMeta_count_gt: 10 } ) { id itemTitle }

@marktani
Copy link
Contributor

Thanks for the suggestion! Closing in favor of #110 #70.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants