public class GraphQLScalarTypeDate
extends graphql.schema.GraphQLScalarType
| Constructor and Description |
|---|
GraphQLScalarTypeDate()
As the constructors for the
GraphQLScalarType are marked as deprecated, the way to create Custom Scalars
may change in the future. |
accept, getChildren, getCoercing, getDefinition, getDescription, getDirectives, getName, newScalar, newScalar, toString, transformpublic GraphQLScalarTypeDate()
GraphQLScalarType are marked as deprecated, the way to create Custom Scalars
may change in the future. So this constructor can only be used by the CustomScalars, that works as a
singleton factoryname - description - coercing - GraphQLScalarType.GraphQLScalarType(String, String, Coercing)Copyright © 2020. All rights reserved.