Skip to content

Commit

Permalink
docs: fix broken URL link
Browse files Browse the repository at this point in the history
webonyx/graphql-php have changed the url in v15.0.0
  • Loading branch information
docmg authored Dec 5, 2024
1 parent 721c57a commit 42f8f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ In order to create a custom output type, you need to:
1. Design a class that extends `GraphQL\Type\Definition\ObjectType`.
2. Register this class in the GraphQL schema.

You'll find more details on the [Webonyx documentation](https://webonyx.github.io/graphql-php/type-system/object-types/).
You'll find more details on the [Webonyx documentation](https://webonyx.github.io/graphql-php/type-definitions/object-types/).

---

Expand Down

0 comments on commit 42f8f69

Please sign in to comment.