AshGraphql.Dataloader (ash_graphql v0.15.10) View Source
The dataloader in charge of resolving
Link to this section Summary
Link to this section Types
Specs
api_opts() :: Keyword.t()
Specs
batch_fun() :: (Ash.Resource.t(), Ash.Query.t(), any(), [any()], api_opts() -> [any()])
Specs
Link to this section Functions
Specs
Create an Ash Dataloader source. This module handles retrieving data from Ash for dataloader. It requires a valid Ash API.