Uses of Class
org.apache.sling.graphql.api.ScalarConversionException
Packages that use ScalarConversionException
Package
Description
This package contains APIs which are independent of
a specific implementation of the underlying graphQL engine.
-
Uses of ScalarConversionException in org.apache.sling.graphql.api
Methods in org.apache.sling.graphql.api that throw ScalarConversionExceptionModifier and TypeMethodDescriptionSlingScalarConverter.parseValue(X input) Parse an external value (a query argument for example) into its internal representationSerialize an internal value (provided by aSlingDataFetcherinto its external representation.