Skip to content

Variable: GraphQLDateTime

ts
const GraphQLDateTime: GraphQLScalarType<Date, string>;

Defined in: packages/apollo/src/scalars.ts:29

GraphQL scalar that serializes JS Date to/from ISO 8601 strings.

Released under the MIT License.