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
Default implementation ofBatchLoaderRegistry
that stores batch loader registrations.Modifier and TypeMethodDescriptionvoid
DefaultExecutionGraphQlService.addDataLoaderRegistrar
(DataLoaderRegistrar registrar) Add a registrar to get access to and configure theDataLoaderRegistry
for each request.