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 TypeInterfaceDescriptioninterfaceRegistry for functions to batch load data values, given a set of keys.Classes in org.springframework.graphql.execution that implement DataLoaderRegistrarModifier and TypeClassDescriptionclassDefault implementation ofBatchLoaderRegistrythat stores batch loader registrations.Methods in org.springframework.graphql.execution with parameters of type DataLoaderRegistrarModifier and TypeMethodDescriptionvoidDefaultExecutionGraphQlService.addDataLoaderRegistrar(DataLoaderRegistrar registrar) Add a registrar to get access to and configure theDataLoaderRegistryfor each request.