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

R

RequestInput - Class in org.springframework.graphql
Common representation for GraphQL request input.
RequestInput(String, String, Map<String, Object>) - Constructor for class org.springframework.graphql.RequestInput
 
RequestInput(Map<String, Object>) - Constructor for class org.springframework.graphql.RequestInput
 
resetValues(Map<String, Object>) - Method in interface org.springframework.graphql.execution.ThreadLocalAccessor
Reset ThreadLocal context for the given, previously extracted and then restored values.
resolveException(Throwable, DataFetchingEnvironment) - Method in interface org.springframework.graphql.execution.DataFetcherExceptionResolver
Resolve the given exception and return the error(s) to add to the response.
resolveException(Throwable, DataFetchingEnvironment) - Method in interface org.springframework.graphql.execution.SyncDataFetcherExceptionResolver
 
responseHeader(String, String...) - Method in class org.springframework.graphql.web.WebOutput.Builder
Add a custom header to be set on the HTTP response.
responseHeaders(Consumer<HttpHeaders>) - Method in class org.springframework.graphql.web.WebOutput.Builder
Consume and update the headers to be set on the HTTP response.
responseTimeout(Duration) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Builder
Max amount of time to wait for a GraphQL response.
restoreValues(Map<String, Object>) - Method in interface org.springframework.graphql.execution.ThreadLocalAccessor
Restore ThreadLocal context by looking up previously extracted values.
runtimeWiring(RuntimeWiring) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
Set a RuntimeWiring to contribute data fetchers and more.
A B C D E F G H I J M O P Q R S T V W 
Skip navigation links
Spring GraphQL