Skip to content

Commit 7e753a5

Browse files
authored
docs: contract endpoint (#6823)
1 parent 8286641 commit 7e753a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/web/docs/src/content/schema-registry/contracts.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ import hiveCdnAccessContractImage from '../../../public/docs/pages/management/co
237237

238238
## Serving a Contract Schema
239239

240-
### Apollo Router
240+
Point your Hive Gateway or Apollo Router instance to the supergraph of the contract schema:
241241

242-
Apollo Router is not able to serve more than a single GraphQL endpoint with different supergraphs.
243-
We recommend using multiple Apollo Router instances to serve different contract schemas. Point
244-
Apollo Router to the contract supergraph from the CDN.
242+
```text filename="Example: Contract Supergraph Endpoint"
243+
https://cdn.graphql-hive.com/artifacts/v1/<target_id>/contracts/<contract_name>/supergraph
244+
```

0 commit comments

Comments
 (0)