Skip to content

Commit 161a1a2

Browse files
Fixing link
1 parent b5c4ded commit 161a1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A powerful Java library for aggregating and executing GraphQL operations from mu
1515
This enables you to query multiple microservices through a single endpoint, reducing complexity and improving performance.
1616

1717
The library supports two strategies to aggregate and combine the schemas from multiple microservices
18-
* Schema Stitching with [a recursive strategy](./mkdocs/docs/key-concepts/merging-types.md)
18+
* Schema Stitching with [a recursive strategy](https://graph-quilt.github.io/docs/merging-types/)
1919
* [Apollo Federation Style](https://netflix.github.io/dgs/federation/) Schema Composition. (_Currently, it supports `@key, @requires, @extends, and @external` directives)
2020

2121
At query execution time, it orchestrates the GraphQL queries to the appropriate micro-services, using the popular [graphql-java](https://github.com/graphql-java/graphql-java)

0 commit comments

Comments
 (0)