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 70d20b4 commit 24944f8Copy full SHA for 24944f8
core/graphql.md
@@ -2516,7 +2516,7 @@ final class DateTimeType extends ScalarType implements TypeInterface
2516
}
2517
```
2518
2519
-You can also check the documentation of [graphql-php](https://webonyx.github.io/graphql-php/type-system/scalar-types/#writing-custom-scalar-types).
+You can also check the documentation of [graphql-php](https://webonyx.github.io/graphql-php/type-definitions/scalars/#writing-custom-scalar-types).
2520
2521
The big difference in API Platform is that the value is already serialized when it's received in your type class.
2522
Similarly, you would not want to denormalize your parsed value since it will be done by API Platform later.
0 commit comments