Uses of Interface
org.springframework.graphql.execution.DataLoaderRegistrar
Packages that use DataLoaderRegistrar
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.-
Uses of DataLoaderRegistrar in org.springframework.graphql.execution
Subinterfaces of DataLoaderRegistrar in org.springframework.graphql.executionModifier and TypeInterfaceDescriptioninterface
Registry for functions to batch load data values, given a set of keys.Classes in org.springframework.graphql.execution that implement DataLoaderRegistrarModifier and TypeClassDescriptionclass
Default implementation ofBatchLoaderRegistry
that stores batch loader registrations.Methods in org.springframework.graphql.execution with parameters of type DataLoaderRegistrarModifier and TypeMethodDescriptionvoid
DefaultExecutionGraphQlService.addDataLoaderRegistrar
(DataLoaderRegistrar registrar) Add a registrar to get access to and configure theDataLoaderRegistry
for each request.