hey guys, is it somehow possible to tell graphqlge...
# orm-help
d
hey guys, is it somehow possible to tell graphqlgen how to interpret custom scalar types? seems atm it only defines every custom as a string value, i.E DateTime
ive tried to define it as type with same name in a model file and added into models section into the grapgqlgen config, but didnt help.