Uses of Package
org.springframework.graphql.execution
Packages that use org.springframework.graphql.execution
Package
Description
Resolvers for method parameters of annotated handler methods.
DataFetcher implementations built on Spring Data
extensions such as Query by Example and Querydsl.Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL.HTTP and WebSocket handlers for use in a Spring WebFlux application.
HTTP and WebSocket handlers for use in a Spring WebMvc application.
-
Classes in org.springframework.graphql.execution used by org.springframework.graphql.data.method.annotation.supportClassDescriptionCallbacks that allow applying changes to the
RuntimeWiring.BuilderinGraphQlSource.Builder. -
Classes in org.springframework.graphql.execution used by org.springframework.graphql.data.queryClassDescriptionCallbacks that allow applying changes to the
RuntimeWiring.BuilderinGraphQlSource.Builder. -
Classes in org.springframework.graphql.execution used by org.springframework.graphql.executionClassDescriptionRegistry for functions to batch load data values, given a set of keys.Spec to complete the registration of a batch loading function.Contract to resolve exceptions from
DataFetchers.Adapter forDataFetcherExceptionResolverthat pre-implements the asynchronous contract and exposes the following synchronous protected methods:DataFetcherExceptionResolverAdapter.resolveToSingleError(java.lang.Throwable, graphql.schema.DataFetchingEnvironment)DataFetcherExceptionResolverAdapter.resolveToMultipleErrors(java.lang.Throwable, graphql.schema.DataFetchingEnvironment)Contract for access to theDataLoaderRegistryfor each request for the purpose of registeringDataLoaderinstances.Common categories to use to classify for exceptions raised byDataFetcher's that can enable a client to make automated decisions.Strategy to resolve aGraphQLand aGraphQLSchema.Common configuration options for allGraphQlSourcebuilders, independent of howGraphQLSchemais created.GraphQlSourcebuilder that relies on parsing schema definition files and uses aRuntimeWiringto create the underlyingGraphQLSchema.Callbacks that allow applying changes to theRuntimeWiring.BuilderinGraphQlSource.Builder.Contract for a component that is invoked when a GraphQL subscriptionPublisherends with an error.Adapter forSubscriptionExceptionResolverthat pre-implements the asynchronous contract and exposes the following synchronous protected methods:SubscriptionExceptionResolverAdapter.resolveToSingleError(java.lang.Throwable)SubscriptionExceptionResolverAdapter.resolveToMultipleErrors(java.lang.Throwable) -
Classes in org.springframework.graphql.execution used by org.springframework.graphql.server.webflux
-
Classes in org.springframework.graphql.execution used by org.springframework.graphql.server.webmvc