Skip navigation links
Spring GraphQL
A B C D E F G H I J M O P Q R S T V W 

S

satisfies(Consumer<D>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.EntitySpec
Perform any assertions on the converted entity, e.g.
satisfy(Consumer<List<GraphQLError>>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ErrorSpec
Inspect errors in the response, if any.
schema() - Method in interface org.springframework.graphql.execution.GraphQlSource
Return the GraphQLSchema used by the current GraphQL.
schemaResources(Resource...) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
Add ".graphqls" schema resources to be merged into the type registry.
setData(Object) - Method in class org.springframework.graphql.test.tester.TestExecutionResult
 
setErrors(List<TestGraphQlError>) - Method in class org.springframework.graphql.test.tester.TestExecutionResult
 
setExtensions(Map<Object, Object>) - Method in class org.springframework.graphql.test.tester.TestExecutionResult
 
single() - Method in class org.springframework.graphql.data.QuerydslDataFetcher.Builder
Build a DataFetcher to fetch single object instances.
single() - Method in class org.springframework.graphql.data.QuerydslDataFetcher.ReactiveBuilder
Build a DataFetcher to fetch single object instances through Mono.
supportsPartialMessages() - Method in class org.springframework.graphql.web.webmvc.GraphQlWebSocketHandler
 
SyncDataFetcherExceptionResolver - Interface in org.springframework.graphql.execution
DataFetcherExceptionResolver that resolves exceptions synchronously.
A B C D E F G H I J M O P Q R S T V W 
Skip navigation links
Spring GraphQL