File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ A collection of custom scalar types for usage with https://github.com/webonyx/gr
19
19
You can use the provided Scalars just like any other type in your schema definition.
20
20
Check [ SchemaUsageTest] ( tests/SchemaUsageTest.php ) for an example.
21
21
22
- ## Simple Scalars
23
-
24
- This package comes with a bunch of scalars that are ready-to-use and just work out of the box.
25
-
26
22
### [ Email] ( src/Email.php )
27
23
28
24
A [ RFC 5321] ( https://tools.ietf.org/html/rfc5321 ) compliant email.
@@ -37,8 +33,6 @@ Loose type that allows any value. Be careful when passing in large `Int` or `Flo
37
33
as they may not be parsed correctly on the server side. Use ` String ` literals if you are
38
34
dealing with really large numbers to be on the safe side.
39
35
40
- ## Advanced Scalars
41
-
42
36
### [ Regex] ( src/Regex.php )
43
37
44
38
The ` Regex ` class allows you to define a custom scalar that validates that the given
You can’t perform that action at this time.
0 commit comments