# README
dataloader
This example uses dataloaden to avoiding n+1 queries.
There is also nicksrandall/dataloader if you wanted to avoid doing more codegeneration.
# Packages
No description provided by the author
# Functions
nolint: gosec.
NewAddressLoader creates a new AddressLoader given a fetch, wait, and maxBatch.
NewExecutableSchema creates an ExecutableSchema from the ResolverRoot interface.
NewItemSliceLoader creates a new ItemSliceLoader given a fetch, wait, and maxBatch.
NewOrderSliceLoader creates a new OrderSliceLoader given a fetch, wait, and maxBatch.
# Structs
No description provided by the author
AddressLoader batches and caches requests.
AddressLoaderConfig captures the config to create a new AddressLoader.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ItemSliceLoader batches and caches requests.
ItemSliceLoaderConfig captures the config to create a new ItemSliceLoader.
No description provided by the author
OrderSliceLoader batches and caches requests.
OrderSliceLoaderConfig captures the config to create a new OrderSliceLoader.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author