graphql-date

JSON →
library 1.0.3 ·javascript maintenance
verified Jun 7, 2026

A GraphQL custom scalar type for Date values. Version 1.0.3 is the current stable release. The package provides a simple GraphQLDate scalar that serializes, parses, and validates date strings. It is widely used in GraphQL schemas to handle dates, but is not actively maintained. Alternatives include using graphql-iso-date or the built-in graphql@14+ Date scalar.