p2panda / aquadoggo

Node for the p2panda network handling validation, storage, aggregation and replication
GNU Affero General Public License v3.0
69 stars 5 forks source link

Multiple OrderBy fields support? #594

Open JasonkayZK opened 9 months ago

JasonkayZK commented 9 months ago

I saw orderBy and orderDirection in the document.

But it seems that it only support sorting by one field.

So are there any chances to support multiple fields orderBy query?

Thank you.

adzialocha commented 9 months ago

But it seems that it only support sorting by one field.

Yes, that's correct! Currently we do not support multiple orderBy fields, also it is not a priority right now but let us know if you have any ideas on how to implement it! We should have the logic in place, question is how one would design a GraphQL API around it?

JasonkayZK commented 9 months ago

I have no ideas right now, but once i figured it out, i will let you guys know ASAP. ❤️