Join Slack
Powered by
You can add a Scalar, <https://expediagroup.github...
# graphql-kotlin
i
ilaborie
04/29/2020, 7:41 AM
You can add a Scalar,
https://expediagroup.github.io/graphql-kotlin/docs/writing-schemas/scalars#__docusaurus
👍 1
r
Robert
04/29/2020, 7:55 AM
looks like this could also help,
https://github.com/donbeave/graphql-java-datetime
to register as a custom hook for these types
d
Dariusz Kuc
04/29/2020, 2:06 PM
keep in mind that custom scalars are always serialized/deserialized as String
Dariusz Kuc
04/29/2020, 2:06 PM
it means that your every client needs to understand how to correctly handle those types
16
Views
Open in Slack
Previous
Next