# Functions
For returns the dataloader for a given context.
GetChainByID fetches the chain by it's id.
GetChainByRelayID fetches the chain by it's relayId.
GetEthTxAttemptsByEthTxID fetches the attempts for an eth transaction.
GetFeedsManagerByID fetches the feed manager by ID.
GetJobByExternalJobID fetches the job proposals by external job ID.
GetJobByPipelineSpecID fetches the job by pipeline spec ID.
GetJobProposalsByFeedsManagerID fetches the job proposals by feeds manager ID.
GetJobRunsByIDs fetches the job runs by their ID.
GetJobSpecErrorsByJobID fetches the Spec Errors for a Job.
GetLatestSpecByJobProposalID fetches the latest spec for a job proposal id.
GetNodesByChainID fetches the nodes for a chain.
GetSpecsByJobProposalID fetches the spec for a job proposal id.
InjectDataloader injects the dataloader into the context.
Middleware injects the dataloader into a gin context.
# Variables
ErrInvalidType indicates that results loaded is not the type expected.