Uses of Interface
org.springframework.graphql.execution.GraphQlSource.Factory
Packages that use GraphQlSource.Factory
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.-
Uses of GraphQlSource.Factory in org.springframework.graphql.execution
Methods in org.springframework.graphql.execution with parameters of type GraphQlSource.FactoryModifier and TypeMethodDescriptionAbstractGraphQlSourceBuilder.graphQlSourceFactory
(GraphQlSource.Factory factory) GraphQlSource.Builder.graphQlSourceFactory
(GraphQlSource.Factory factory) Configure a factory to use to create theGraphQlSource
instance to return from theGraphQlSource.Builder.build()
method.