public class ScalarInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,ScalarTypeDefinition> |
STANDARD_SCALAR_DEFINITIONS
A map of scalar type definitions provided by graphql
|
static java.util.List<GraphQLScalarType> |
STANDARD_SCALARS
A list of the scalar types provided by graphql
|
Constructor and Description |
---|
ScalarInfo() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isStandardScalar(GraphQLScalarType scalarType)
Returns true if the scalar type is a standard one provided by graphql
|
public static final java.util.List<GraphQLScalarType> STANDARD_SCALARS
public static final java.util.Map<java.lang.String,ScalarTypeDefinition> STANDARD_SCALAR_DEFINITIONS
public static boolean isStandardScalar(GraphQLScalarType scalarType)
scalarType
- the type in question