File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/docs/schema-generator/writing-schemas Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
5757The 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
110110Since this union is defined with an added annotation it is not currently possible to add directives directly to this union definition.
111111You 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.
You can’t perform that action at this time.
0 commit comments