Package com.graphql_java_generator.customscalars

This package provide "as is" some GraphQLScalarTypes. You can reuse them, or copy and adapt them.
  • Class Summary 
    Class Description
    GraphQLScalarTypeDate
    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.