Skip to content

Commit 1060522

Browse files
author
Dariusz Kuc
authored
[docs] fixing @GraphQLType link in unions docs
1 parent 8a70e36 commit 1060522

File tree

1 file changed

+2
-2
lines changed
  • website/docs/schema-generator/writing-schemas

1 file changed

+2
-2
lines changed

website/docs/schema-generator/writing-schemas/unions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type Query {
5151

5252
## `@GraphQLUnion`
5353
:::note
54-
Instead of this custom annotation, the [@GraphQLType](../customizing-schemas/custom-type-reference) annotation may be a better option
54+
Instead of this custom annotation, the [@GraphQLType](../customizing-schemas/custom-type-reference.md) annotation may be a better option
5555
:::
5656

5757
The downside to marker interface unions is that you can not edit classes included in dependencies to implement new schema unions.
@@ -110,4 +110,4 @@ However since we can not enforce the type checks anymore, you must use `Any` as
110110
Since this union is defined with an added annotation it is not currently possible to add directives directly to this union definition.
111111
You will have to modify the type with [schema generator hooks](../customizing-schemas/generator-config.md).
112112

113-
[@GraphQLType](../customizing-schemas/custom-type-reference) annotation can be used as a workaround to this issue.
113+
[@GraphQLType](../customizing-schemas/custom-type-reference.md) annotation can be used as a workaround to this issue.

0 commit comments

Comments
 (0)