Skip to content

Commit dd375cc

Browse files
committed
Add README for mixed
1 parent 1b44bed commit dd375cc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ This package comes with a bunch of scalars that are ready-to-use and just work o
2424

2525
### Email
2626

27-
The Email scalar validates that a given value is a RFC 5321 compliant email.
27+
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.
2834

2935
## Advanced Scalars
3036

0 commit comments

Comments
 (0)