Ordering and Sorting Data
Order and sort your responses
To sort accounts data we need to apply order_by command on data fields of our choice.
For example to fetch all spl-governance proposalsV2 where governing mint is Grape token sorted by drafting date. For this we can apply order order_by on draftAt.
The resulting query looks like
ProposalsV2 where governing mint is Grape token sorted by drafting date

Last updated
Was this helpful?