DateTime scalar doesn't keep the offset in @DgsMutation #480
-
|
In any given query/mutation, when we send this value for a
It gets parsed to
This didn't happened to us with We want to validate the date offset received, but as it is now, it gets always updated to UTC automatically, hence we can't know the offset sent. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
We do not have to use this DateTime scalar, we can also use our own one if that works better? |
Beta Was this translation helpful? Give feedback.
-
|
We tested also using our own custom |
Beta Was this translation helpful? Give feedback.
-
|
Should we report this to the official Netflix GitHub issues? |
Beta Was this translation helpful? Give feedback.
-
|
@berngp Sorry for the late reply. Apparently this used to happen with earlier versions, but at some point it got fixed and now works fine, thank you for the effort! |
Beta Was this translation helpful? Give feedback.
@berngp Sorry for the late reply. Apparently this used to happen with earlier versions, but at some point it got fixed and now works fine, thank you for the effort!