Uses of Interface
org.springframework.graphql.support.DocumentSource
Package
Description
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions.Support classes for Spring GraphQL.
GraphQL client testing support.
-
Uses of DocumentSource in org.springframework.graphql.client
Modifier and TypeMethodDescriptionAbstractGraphQlClientBuilder.documentSource
(DocumentSource documentSource) AbstractGraphQlClientSyncBuilder.documentSource
(DocumentSource documentSource) GraphQlClient.BaseBuilder.documentSource
(DocumentSource contentLoader) Configure aDocumentSource
strategy to resolve a document by name. -
Uses of DocumentSource in org.springframework.graphql.support
Modifier and TypeClassDescriptionclass
Base class forDocumentSource
implementations providing support for caching loaded documents.class
DocumentSource
that looks for a documentResource
under a set of locations and trying a number of different file extension.ModifierConstructorDescriptionCachingDocumentSource
(DocumentSource delegate) Constructor with theDocumentSource
to actually load documents. -
Uses of DocumentSource in org.springframework.graphql.test.tester
Modifier and TypeMethodDescriptionAbstractGraphQlTesterBuilder.documentSource
(DocumentSource documentSource) GraphQlTester.Builder.documentSource
(DocumentSource contentLoader) Configure aDocumentSource
for use withGraphQlTester.documentName(String)
for resolving a document by name.