archethic-node
archethic-node copied to clipboard
Absinthe Graphql batching queries
Is your feature request related to a problem?
Currently all request within a graphql query are done sequentially. This can create latency for the user to receive it's data.
Describe the solution you'd like
Using a mechanism to execute request concurrently.
Additional context
https://hexdocs.pm/absinthe/batching.html https://hexdocs.pm/absinthe/dataloader.html
Epic
No response