Skip to content

Commit 24944f8

Browse files
authored
Update graphql.md (#1941)
The previous link to the webony php doc was outdated and returned 404.
1 parent 70d20b4 commit 24944f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2516,7 +2516,7 @@ final class DateTimeType extends ScalarType implements TypeInterface
25162516
}
25172517
```
25182518

2519-
You can also check the documentation of [graphql-php](https://webonyx.github.io/graphql-php/type-system/scalar-types/#writing-custom-scalar-types).
2519+
You can also check the documentation of [graphql-php](https://webonyx.github.io/graphql-php/type-definitions/scalars/#writing-custom-scalar-types).
25202520

25212521
The big difference in API Platform is that the value is already serialized when it's received in your type class.
25222522
Similarly, you would not want to denormalize your parsed value since it will be done by API Platform later.

0 commit comments

Comments
 (0)