Index
All Classes and Interfaces|All Packages|Serialized Form
F
- field() - Element in annotation interface org.springframework.graphql.data.method.annotation.BatchMapping
-
Customize the name of the GraphQL field to bind to.
- field() - Element in annotation interface org.springframework.graphql.data.method.annotation.SchemaMapping
-
Customize the name of the GraphQL field to bind to.
- 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
- FIELD_NAME - Enum constant in enum class org.springframework.graphql.observation.GraphQlObservationDocumentation.DataFetcherLowCardinalityKeyNames
-
Name of the field being fetched.
- FIELD_PATH - Enum constant in enum class org.springframework.graphql.observation.GraphQlObservationDocumentation.DataFetcherHighCardinalityKeyNames
-
Path to the field being fetched.
- FieldAccessException - Exception in org.springframework.graphql.client
- FieldAccessException(ClientGraphQlRequest, ClientGraphQlResponse, ClientResponseField) - Constructor for exception org.springframework.graphql.client.FieldAccessException
-
Constructor with the request and response, and the accessed field.
- fieldName(DataFetcherObservationContext) - Method in class org.springframework.graphql.observation.DefaultDataFetcherObservationConvention
- fieldPath(DataFetcherObservationContext) - Method in class org.springframework.graphql.observation.DefaultDataFetcherObservationConvention
- 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
- FORBIDDEN - Enum constant in enum class org.springframework.graphql.execution.ErrorType
-
DataFetcher
refuses to authorize the fetching of the data value. - 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
- forSingleError(BiFunction<Throwable, DataFetchingEnvironment, GraphQLError>) - Static method in interface org.springframework.graphql.execution.DataFetcherExceptionResolver
-
Factory method to create a
DataFetcherExceptionResolver
to resolve an exception to a single GraphQL error. - forSingleError(Function<Throwable, GraphQLError>) - Static method in interface org.springframework.graphql.execution.SubscriptionExceptionResolver
-
Factory method to create a
SubscriptionExceptionResolver
to resolve an exception to a single GraphQL error. - 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
- forward() - Method in class org.springframework.graphql.data.pagination.Subrange
-
Whether the subrange is forward or backward from ths position, depending on whether the argument sent "fist" or "last".
- from(BiFunction<Throwable, DataFetchingEnvironment, GraphQLError>) - Static method in class org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
-
Deprecated.
- from(List<ConnectionAdapter>) - Static method in interface org.springframework.graphql.data.pagination.ConnectionAdapter
-
Create a composite
ConnectionAdapter
that checks which adapter supports a given Object container type and delegates to it. - fromCursor(String) - Method in interface org.springframework.graphql.data.pagination.CursorStrategy
-
Parse the given String cursor into a position Object.
- fromCursor(String) - Method in class org.springframework.graphql.data.pagination.EncodingCursorStrategy
- fromCursor(String) - Method in class org.springframework.graphql.data.query.JsonKeysetCursorStrategy
- fromCursor(String) - Method in class org.springframework.graphql.data.query.ScrollPositionCursorStrategy
- fromValue(String) - Static method in enum class org.springframework.graphql.server.support.GraphQlWebSocketMessageType
All Classes and Interfaces|All Packages|Serialized Form
DataFetcherExceptionResolver.forSingleError(BiFunction)