Say I have an account with transactions, each of w...
# random
k
Say I have an account with transactions, each of which has a date associated. Is there a way to query the account and get a sorted set of transactions under the account? From this page it looks like I’d have to do
allTransactions
then filter and sort there. Is that correct? https://www.graph.cool/docs/reference/simple-api/ordering-by-field-vequoog7hu/