Uses of Interface
org.springframework.graphql.execution.DataLoaderRegistrar
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.-
Uses of DataLoaderRegistrar in org.springframework.graphql.execution
Modifier and TypeInterfaceDescriptioninterface
Registry for functions to batch load data values, given a set of keys.Modifier and TypeClassDescriptionclass
A default implementation ofBatchLoaderRegistry
that accepts registrations, and also an implementation ofDataLoaderRegistrar
to apply those registrations to aDataLoaderRegistry
.Modifier and TypeMethodDescriptionvoid
DefaultExecutionGraphQlService.addDataLoaderRegistrar
(DataLoaderRegistrar registrar) Add a registrar to get access to and configure theDataLoaderRegistry
for each request.