Can’t create custom emailAddress scalar in gqlgen
I want to create a custom emailAddress scalar in gqlgen. So if I enter a string in a graphql schema type, it should check whether that string is in “[email protected]” format.
I want to create a custom emailAddress scalar in gqlgen. So if I enter a string in a graphql schema type, it should check whether that string is in “[email protected]” format.