Uses of Interface
org.springframework.graphql.execution.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
Modifier 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.Modifier and TypeInterfaceDescriptionstatic interface
GraphQlSource
builder that relies on parsing schema definition files and uses aRuntimeWiring
to create the underlyingGraphQLSchema
.Modifier and TypeClassDescriptionclass
AbstractGraphQlSourceBuilder<B extends GraphQlSource.Builder<B>>
Implementation ofGraphQlSource.Builder
that leaves it to subclasses to initializeGraphQLSchema
.Modifier and TypeMethodDescriptionstatic GraphQlSource.Builder<?>
GraphQlSource.builder
(GraphQLSchema schema) Return aGraphQlSource
builder that uses an externally preparedGraphQLSchema
.