How are you supposed to migrate an existing API to DateTimeISO? #1526
-
In the latest version there is a new breaking change:
we have many client side queries, which use |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I don't think in GraphQL we reference scalar name in query document. You mean in your FE code that consumes the returned data and rely on |
Beta Was this translation helpful? Give feedback.
-
adding I don't really understand what's going on here and what's the difference but there you go 😅 |
Beta Was this translation helpful? Give feedback.
-
It's breaking change for the Frontend. We need to first release backend without breaking the frontend. Is there way to keep the scalar name to old value? |
Beta Was this translation helpful? Give feedback.
-
This guide should help you guys! 😉 |
Beta Was this translation helpful? Give feedback.
This guide should help you guys! 😉
https://typegraphql.com/docs/next/migration-guide.html#new-datetimeiso-scalar-name-in-schema
@capaj @iamchathu @Manivela