Package org.springframework.graphql.support
@NullMarked
package org.springframework.graphql.support
Support classes for Spring GraphQL.
-
ClassDescriptionBase class for
GraphQlResponse
that pre-implements the ability to access aResponseField
.Base class forDocumentSource
implementations providing support for caching loaded documents.GraphQlRequest
for server side handling, adding the transport (e.g.GraphQlResponse
for server use that wraps theExecutionResult
returned fromGraphQL
and also exposes the actualExecutionInput
instance passed into it.DefaultExecutionGraphQlResponse.Builder<B extends DefaultExecutionGraphQlResponse.Builder<B,R>, R extends ExecutionGraphQlResponse> Builder to transform the response'sExecutionResult
.Default implementation ofGraphQlRequest
.Strategy to locate a GraphQL document by a name.DocumentSource
that searches for documentResource
s across multiple locations while trying different file extensions.