graphQLDate top-level property

GraphQLScalarType<DateTime, String> graphQLDate
final

A DateTime, serialized as an ISO-8601 string..

Implementation

final GraphQLScalarType<DateTime, String> graphQLDate = _GraphQLDateType._();