We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b44bed commit dd375ccCopy full SHA for dd375cc
README.md
@@ -24,7 +24,13 @@ This package comes with a bunch of scalars that are ready-to-use and just work o
24
25
### Email
26
27
-The Email scalar validates that a given value is a RFC 5321 compliant email.
+A RFC 5321 compliant email.
28
+
29
+### Mixed
30
31
+Loose type that allows any value. Be careful when passing in large Int or Float literals,
32
+as they may not be parsed correctly on the server side. Use String literals if you are
33
+dealing with really large numbers to be on the safe side.
34
35
## Advanced Scalars
36
0 commit comments