-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
Our GraphQL server has many dataloaders registered. I noticed that each dataloader is dispatched, and lists are allocated even when the dataloader has no work to do.
It would be great to avoid allocating these lists when the dataloader doesn't have work to do, especially when GraphQL queries are large (many calls to dispatchAll(), and there are many dataloaders registered that are sparsely used.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels