Creating an email custom scalar to Apollo GraphQL
In this tutorial i will show how to implement an Email custom scalar to Apollo GraphQL.
Implement an email scalar isn’t a hard task but i will show in details.
You must implement the functions __parseValue, __serialize and __parseLiteral.
We need a r...
kevinmmartins.hashnode.dev1 min read