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

F

field(String) - Method in interface org.springframework.graphql.client.ClientGraphQlResponse
Navigate to the given path under the "data" key of the response map where the path is a dot-separated string with optional array indexes.
field(String) - Method in interface org.springframework.graphql.GraphQlResponse
Navigate to the given path under the "data" key of the response map where the path is a dot-separated string with optional array indexes.
field(String) - Method in class org.springframework.graphql.support.AbstractGraphQlResponse
 
FieldAccessException - Exception in org.springframework.graphql.client
An exception raised on an attempt to decode data from a failed response or a field is not present, or has no value, checked via ResponseField.hasValue().
FieldAccessException(ClientGraphQlRequest, ClientGraphQlResponse, ClientResponseField) - Constructor for exception org.springframework.graphql.client.FieldAccessException
Constructor with the request and response, and the accessed field.
FILE_EXTENSIONS - Static variable in class org.springframework.graphql.support.ResourceDocumentSource
The default file extensions, ".graphql" and ".gql".
filter(Predicate<ResponseError>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Errors
Use this to filter out errors that are expected and can be ignored.
findProvidedArgument(MethodParameter, Object...) - Static method in class org.springframework.graphql.data.method.HandlerMethod
 
formatArgumentError(MethodParameter, String) - Static method in class org.springframework.graphql.data.method.HandlerMethod
 
formatInvokeError(String, Object[]) - Method in class org.springframework.graphql.data.method.HandlerMethod
 
forName(String) - Method in interface org.springframework.graphql.execution.BatchLoaderRegistry
Begin the registration of a new batch load function by specifying the name for the DataLoader.
forName(String) - Method in class org.springframework.graphql.execution.DefaultBatchLoaderRegistry
 
forTypePair(Class<K>, Class<V>) - Method in interface org.springframework.graphql.execution.BatchLoaderRegistry
Begin the registration of a new batch load function by specifying the types of the keys and values that will be used as input and output.
forTypePair(Class<K>, Class<V>) - Method in class org.springframework.graphql.execution.DefaultBatchLoaderRegistry
 
from(BiFunction<Throwable, DataFetchingEnvironment, GraphQLError>) - Static method in class org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
Factory method to create a DataFetcherExceptionResolverAdapter that resolves exceptions with the given BiFunction.
fromValue(String) - Static method in enum org.springframework.graphql.server.support.GraphQlWebSocketMessageType
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links
Spring for GraphQL