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