archethic-foundation / archethic-node

Official Archethic Blockchain node, written in Elixir
GNU Affero General Public License v3.0
75 stars 22 forks source link

GraphQL Pagination could be optimized #1598

Open bchamagne opened 1 week ago

bchamagne commented 1 week ago

Describe the problem you discovered

Resolver.paginate_transactions list all the addresses then fetch all the transaction then filter

Describe the solution you'd like

we should list addresses and then filtering then fetching the transaction.

Epic

No response