Uses of Interface
org.springframework.graphql.execution.GraphQlSource.Builder
Packages that use GraphQlSource.Builder
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.-
Uses of GraphQlSource.Builder in org.springframework.graphql.execution
Classes in org.springframework.graphql.execution with type parameters of type GraphQlSource.BuilderModifier and TypeClassDescriptionclass
AbstractGraphQlSourceBuilder<B extends GraphQlSource.Builder<B>>
Implementation ofGraphQlSource.Builder
that leaves it to subclasses to initializeGraphQLSchema
.static interface
GraphQlSource.Builder<B extends GraphQlSource.Builder<B>>
Common configuration options for allGraphQlSource
builders, independent of howGraphQLSchema
is created.Subinterfaces of GraphQlSource.Builder in org.springframework.graphql.executionModifier and TypeInterfaceDescriptionstatic interface
GraphQlSource
builder that relies on parsing schema definition files and uses aRuntimeWiring
to create the underlyingGraphQLSchema
.Classes in org.springframework.graphql.execution that implement GraphQlSource.BuilderModifier and TypeClassDescriptionclass
AbstractGraphQlSourceBuilder<B extends GraphQlSource.Builder<B>>
Implementation ofGraphQlSource.Builder
that leaves it to subclasses to initializeGraphQLSchema
.Methods in org.springframework.graphql.execution that return GraphQlSource.BuilderModifier and TypeMethodDescriptionstatic GraphQlSource.Builder
<?> GraphQlSource.builder
(GraphQLSchema schema) Return aGraphQlSource
builder that uses an externally preparedGraphQLSchema
.