graphQLTimestamp top-level property

GraphQLScalarType<DateTime, int> graphQLTimestamp
final

A DateTime, serialized as an UNIX timestamp.

Implementation

final GraphQLScalarType<DateTime, int> graphQLTimestamp =
    _GraphQLTimestampType._();