Package org.springframework.graphql.support
@NonNullApi
@NonNullFields
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 looks for a documentResource
under a set of locations and trying a number of different file extension.