Uses of Interface
org.springframework.graphql.execution.BatchLoaderRegistry
Packages that use BatchLoaderRegistry
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.-
Uses of BatchLoaderRegistry in org.springframework.graphql.execution
Classes in org.springframework.graphql.execution that implement BatchLoaderRegistryModifier and TypeClassDescriptionclass
A default implementation ofBatchLoaderRegistry
that accepts registrations, and also an implementation ofDataLoaderRegistrar
to apply those registrations to aDataLoaderRegistry
.