| Package | Description |
|---|---|
| org.apache.sling.graphql.api |
This package contains APIs which are independent of
a specific implementation of the underlying graphQL engine.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SlingScalarConverter.parseValue(X input)
Parse an external value (a query argument for example) into its internal representation
|
X |
SlingScalarConverter.serialize(T value)
Serialize an internal value (provided by a
SlingDataFetcher into its
external representation. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.