Class GraphQLScalarTypeDate
java.lang.Object
com.graphql_java_generator.customscalars.GraphQLScalarTypeDate
public class GraphQLScalarTypeDate
extends java.lang.Object
A proposed Date scalar, that stores dates in String, formatted as: YYYY-MM-DD
This Scalar is proposed to be used, for integration testing (checks that the plugin correctly manages Custom Scalars, see samples) and with more documentation to help people to create their own Custom Scalar implementations.
This Scalar is proposed to be used, for integration testing (checks that the plugin correctly manages Custom Scalars, see samples) and with more documentation to help people to create their own Custom Scalar implementations.
- Author:
- EtienneSF
-
Field Summary
Fields Modifier and Type Field Description static graphql.schema.GraphQLScalarTypeDateCustom Scalar for Date management. -
Constructor Summary
Constructors Constructor Description GraphQLScalarTypeDate() -
Method Summary
-
Field Details
-
Date
public static graphql.schema.GraphQLScalarType DateCustom Scalar for Date management. It serializes dates in String, formatted as: YYYY-MM-DD
-
-
Constructor Details
-
GraphQLScalarTypeDate
public GraphQLScalarTypeDate()
-