At the moment, any custom scalar type is replaced with the most generic JSON type. We should allow you to define a map of remoteScalarType => gatsbyScalarType in the config.
Technically it is also possible now by overriding toolkit's types with schema customization. But it is tedious as it has to be done per-field (so if you have fields of type Timestamp on 100 different types, you will have to add 100 type definitions manually).
At the moment, any custom scalar type is replaced with the most generic
JSONtype. We should allow you to define a map ofremoteScalarType => gatsbyScalarTypein the config.Technically it is also possible now by overriding toolkit's types with schema customization. But it is tedious as it has to be done per-field (so if you have fields of type
Timestampon 100 different types, you will have to add 100 type definitions manually).