Skip to content

Commit

Permalink
Update broken URL link to webonyx/graphql-php -> object-types (#715)
Browse files Browse the repository at this point in the history
* docs: fix broken URL link

webonyx/graphql-php have changed the url in v15.0.0

* docs (versioned): fix broken URL link
  • Loading branch information
docmg authored Dec 6, 2024
1 parent 721c57a commit 816dd08
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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
2 changes: 1 addition & 1 deletion website/versioned_docs/version-3.0/custom_types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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
2 changes: 1 addition & 1 deletion website/versioned_docs/version-4.0/custom_types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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
2 changes: 1 addition & 1 deletion website/versioned_docs/version-4.1/custom_types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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
2 changes: 1 addition & 1 deletion website/versioned_docs/version-4.2/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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
2 changes: 1 addition & 1 deletion website/versioned_docs/version-4.3/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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
2 changes: 1 addition & 1 deletion website/versioned_docs/version-5.0/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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
2 changes: 1 addition & 1 deletion website/versioned_docs/version-6.0/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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
2 changes: 1 addition & 1 deletion website/versioned_docs/version-6.1/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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
2 changes: 1 addition & 1 deletion website/versioned_docs/version-7.0.0/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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 816dd08

Please sign in to comment.