Replies: 1 comment 2 replies
-
We would not put a email scalar into graphql-java the base engine. However the librray https://github.com/graphql-java/graphql-java-extended-scalars might be a candidate. That said email is one of the most notoriously hard "scalars" to get right - to parse an email in and say "its acceptable" is something that 1000s of projects have tried and I am personally havent seen great success in. It maybe that there is a great algo / lib for email validation - but I havent seen it - but if there is - then it could be a scalar in extended scalars in theory |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have there been any discussions on whether or not an Email scalar type would be supported?
Beta Was this translation helpful? Give feedback.
All reactions