Arda TANRIKULU
Arda TANRIKULU
https://github.com/Urigo/graphql-scalars/pull/2141/files#diff-5bff20d592f8d56ae20cad088bf374d5ce38af414afd5631ab82f42481bb8473L90 This only tests the new behavior but no longer tests the old behavior. Could you update the tests without touching the old tests, then we can merge and release?
- LocalDateTime is available in the website; https://the-guild.dev/graphql/scalars/docs/scalars/local-date-time - DateTimeISO doesn't have its own page yet but it's mentioned here; https://the-guild.dev/graphql/scalars/docs/scalars/date-time#input-coercion But it is easy to miss because Local Date...
Thank you! Could you create a changeset by using `yarn changeset`? Then we can bump the version and release.
Thanks
Sounds cool! PRs are welcome!
Feel free to send a PR :)
Feel free to create a PR for the fix!
This breaks the support for milliseconds, and this would be a breaking change. If we kept the support for ms timestamps, that would be ok.
@germankrause In `source.js`, it uses ApolloServer which uses deprecated `subscriptions-transport-ws` package; See package.json; https://github.com/apollographql/apollo-server/blob/main/packages/apollo-server-core/package.json#L51 See the deprecation note: https://github.com/apollographql/subscriptions-transport-ws/#graphql-ws Since Mesh uses the new `graphql-ws` protocol, you need to upgrade...
Closing due to the inactivity! Let us know when you want to proceed.