Spring Boot GraphQL Tutorial - Part 6 Add custom scalar type (LocalDate)

preview_player
Показать описание
Tutorial about how to add custom scalar type to #graphql #springboot project project. Here we use GraphQLScalarType to add java LocalDate custom scalar type to our book management graphql project. We teach you how to serialize and deserialize java type to string and vice versa.

Happy Coding! Subscribe for more stuff!
Рекомендации по теме
Комментарии
Автор

Hi,
Can you please guide me to resolve this issue.

Cannot construct instance of `java.time.LocalDate` (no Creators, like default constructor, exist): cannot deserialize from Object value (no delegate- or property-based Creator)

While sending the request I am getting this, Need your help

benudharbehera
Автор

Hi. Can you please add a video for scalar upload? For uploading a file using custom scalar?

ayyasamys
Автор

How a custom scalar for Void would look like?

andreienache
visit shbcf.ru