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(
264264);
265265```
266266
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-
275267### Error Handling
276268
277269Extending your exception with ` SimPod\GraphQLUtils\Error\Error ` forces you to implement ` getType() ` method.
Original file line number Diff line number Diff line change 2121use function strpos ;
2222use function substr ;
2323
24+ /** @deprecated Use https://github.com/mll-lab/graphql-php-scalars */
2425class DateTimeType extends CustomScalarType
2526{
2627 private const NAME = 'DateTime ' ;
You can’t perform that action at this time.
0 commit comments