excitement-engineer / graphql-iso-date

A set of RFC 3339 compliant date/time GraphQL scalar types.
MIT License
523 stars 50 forks source link

Upgrade GraphQL Dependency to allow v15, v16 #150

Open sternma opened 1 year ago

sternma commented 1 year ago

GraphQL versions 15 and 16 are currently not supported in the dependencies. Opening this issue to upgrade the dependencies.

ransfordarthurjr commented 1 year ago

try Graphql Scalars https://the-guild.dev/graphql/scalars/docs

seems like the project is not in active development, at least there's not been any update in years

gustawdaniel commented 1 year ago

It works:

npm install graphql-scalars

and

import { GraphQLDateTime } from 'graphql-scalars';