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 TypeInterfaceDescriptionstatic interfaceGraphQlSource.Builder<B extends GraphQlSource.Builder<B>>Common configuration options for allGraphQlSourcebuilders, independent of howGraphQLSchemais created.Subinterfaces of GraphQlSource.Builder in org.springframework.graphql.executionModifier and TypeInterfaceDescriptionstatic interfaceGraphQlSourcebuilder that relies on parsing schema definition files and uses aRuntimeWiringto create the underlyingGraphQLSchema.Methods in org.springframework.graphql.execution that return GraphQlSource.BuilderModifier and TypeMethodDescriptionstatic GraphQlSource.Builder<?>GraphQlSource.builder(GraphQLSchema schema) Return aGraphQlSourcebuilder that uses an externally preparedGraphQLSchema.