You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to change the date mapping as DateTime type? Because when further stitching the scheme with other schemes, time is cut off and only Date remains
we use HotChocolate and when use Schema stitching the Date type in the gateway means only date and not DateTime. so the time part is cut off on the gateway.
Hello everyone,
Is it possible to change the date mapping as DateTime type? Because when further stitching the scheme with other schemes, time is cut off and only Date remains
https://github.com/graphql-compose/graphql-compose-elasticsearch/blob/master/src/mappingConverter.ts#L49
It means that we must have the DateTime type in the schema
The text was updated successfully, but these errors were encountered: