Skip to content

Commit

Permalink
Update graphql.md
Browse files Browse the repository at this point in the history
The previous link to the webony php doc was outdated and returned 404.
  • Loading branch information
Winths1 committed Apr 30, 2024
1 parent 0bd2cc1 commit 1928ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,7 @@ final class DateTimeType extends ScalarType implements TypeInterface
}
```

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).

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

0 comments on commit 1928ac7

Please sign in to comment.