@Version(value="3.2.0")
See: Description
| Interface | Description |
|---|---|
| SchemaProvider | |
| SlingDataFetcher<T> |
Retrieves data for a given GraphQL field.
|
| SlingDataFetcherEnvironment |
Provides contextual information to the {#link SlingDataFetcher}
|
| SlingScalarConverter<T,X> |
A service that parses and serializes a custom GraphQL Scalar by
converting between an eXternal type X an an inTernal one T.
|
| SlingTypeResolver<T> |
Resolves the GraphQL object type of a given result item.
|
| SlingTypeResolverEnvironment<T> |
Provides contextual information to the
SlingTypeResolver |
| Exception | Description |
|---|---|
| ScalarConversionException |
Exception thrown by Scalar converters
|
| SlingGraphQLException |
The
SlingGraphQLException defines the class of errors that can be thrown by the org.apache.sling.graphql.core bundle. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.