Uses of Class
com.graphql_java_generator.customscalars.CustomScalar
Package | Description |
---|---|
com.graphql_java_generator.customscalars |
This package provide "as is" some
GraphQLScalarType s. |
-
Uses of CustomScalar in com.graphql_java_generator.customscalars
Methods in com.graphql_java_generator.customscalars that return CustomScalar Modifier and Type Method Description CustomScalar
CustomScalarRegistry. getCustomScalar(java.lang.String graphQLTypeName)
Retrieves the registeredGraphQLScalarType
for this GraphQL CustomScalar.CustomScalar
CustomScalarRegistryImpl. getCustomScalar(java.lang.String graphQLTypeName)