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

E

entity(Class<D>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.PathSpec
Convert the data at the given path to the target type.
entity(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.PathSpec
Convert the data at the given path to the target type.
entityList(Class<D>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.PathSpec
Convert the data at the given path to a List of the target type.
entityList(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.PathSpec
Convert the data at the given path to a List of the target type.
errorFilter(Predicate<GraphQLError>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Builder
Add a global filter for expected errors.
errors() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ResponseSpec
Return a spec to filter out or inspect errors.
errors(List<GraphQLError>) - Method in class org.springframework.graphql.web.WebOutput.Builder
Set the errors of the GraphQL execution result.
ErrorType - Enum in org.springframework.graphql.execution
Common categories to use to classify for exceptions raised by DataFetcher's that can enable a client to make automated decisions.
exceptionResolvers(List<DataFetcherExceptionResolver>) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
Add DataFetcherExceptionResolver's to use for resolving exceptions from DataFetcher's.
execute(ExecutionInput) - Method in class org.springframework.graphql.execution.ExecutionGraphQlService
 
execute(ExecutionInput) - Method in interface org.springframework.graphql.GraphQlService
Perform the operation and return the result.
execute() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ExecuteSpec
Execute the GraphQL request and return a spec for further inspection of response data and errors.
executeAndVerify() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ExecuteSpec
Execute the GraphQL request and verify the response contains no errors.
executeSubscription() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ExecuteSpec
Execute the GraphQL request as a subscription and return a spec with options to transform the result stream.
ExecutionGraphQlService - Class in org.springframework.graphql.execution
Implementation of GraphQlService that performs GraphQL request execution through GraphQL.executeAsync(ExecutionInput).
ExecutionGraphQlService(GraphQlSource) - Constructor for class org.springframework.graphql.execution.ExecutionGraphQlService
 
extensions(Map<Object, Object>) - Method in class org.springframework.graphql.web.WebOutput.Builder
Set the extensions of the GraphQL execution result.
extractThreadLocalValues(ThreadLocalAccessor, Context) - Static method in class org.springframework.graphql.execution.ContextManager
Use the given accessor to extract ThreadLocal values and save them in a sub-map in the given Context, so those can be restored later around the execution of data fetchers and exception resolvers.
extractValues(Map<String, Object>) - Method in interface org.springframework.graphql.execution.ThreadLocalAccessor
Extract ThreadLocal values and add them to the given Map, so they can be saved and subsequently restored around the invocation of data fetchers and exception resolvers.
A B C D E F G H I J M O P Q R S T V W 
Skip navigation links
Spring GraphQL