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 TypeClassDescriptionclassA default implementation ofBatchLoaderRegistrythat accepts registrations, and also an implementation ofDataLoaderRegistrarto apply those registrations to aDataLoaderRegistry.