Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- FederationSchemaFactory - Class in org.springframework.graphql.data.federation
-
Detects
@EntityMapping
handler methods on controllers declared in Spring configuration, and provides factory methods to createGraphQLSchema
orSchemaTransformer
. - FederationSchemaFactory() - Constructor for class org.springframework.graphql.data.federation.FederationSchemaFactory
- FederationSchemaFactory.EntityMappingInfo - Record Class in org.springframework.graphql.data.federation
- 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.
- fieldCoordinates() - Method in interface org.springframework.graphql.execution.SchemaReport.SkippedType
-
Return the coordinates of the field where the type was encountered.
- 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
- formatRegistrations(RuntimeWiring.Builder) - Static method in class org.springframework.graphql.data.method.annotation.support.AnnotatedControllerConfigurer
- 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 "first" or "last".
- fragment(String) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Request
-
Append the given fragment section to the
request document
. - fragmentName(String) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Request
-
Variant of
GraphQlTester.Request.fragment(String)
that uses the given key to resolve the GraphQL fragment document from a file with the help of the configuredDocumentSource
. - 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|Constant Field Values|Serialized Form