File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -264,14 +264,6 @@ $character = new UnionType(
264
264
);
265
265
```
266
266
267
- ### Types
268
-
269
- #### 🕰️ DateTime
270
-
271
- scalar type that produces ` scalar DateTime ` in your schema.
272
-
273
- [ ` SimPod\GraphQLUtils\Type\DateTimeType ` ] ( https://github.com/simPod/GraphQL-Utils/blob/master/src/Type/DateTimeType.php )
274
-
275
267
### Error Handling
276
268
277
269
Extending your exception with ` SimPod\GraphQLUtils\Error\Error ` forces you to implement ` getType() ` method.
Original file line number Diff line number Diff line change 21
21
use function strpos ;
22
22
use function substr ;
23
23
24
+ /** @deprecated Use https://github.com/mll-lab/graphql-php-scalars */
24
25
class DateTimeType extends CustomScalarType
25
26
{
26
27
private const NAME = 'DateTime ' ;
You can’t perform that action at this time.
0 commit comments