| Package | Description |
|---|---|
| org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GraphQlSource.Builder<B extends GraphQlSource.Builder<B>>
Common configuration options for all
GraphQlSource builders,
independent of how GraphQLSchema is created. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GraphQlSource.SchemaResourceBuilder
GraphQlSource builder that relies on parsing schema definition
files and uses a RuntimeWiring to create the underlying
GraphQLSchema. |
| Modifier and Type | Method and Description |
|---|---|
static GraphQlSource.Builder<?> |
GraphQlSource.builder(GraphQLSchema schema)
Return a
GraphQlSource builder that uses an externally prepared
GraphQLSchema. |