File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/web/docs/src/content/schema-registry Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ import hiveCdnAccessContractImage from '../../../public/docs/pages/management/co
237
237
238
238
## Serving a Contract Schema
239
239
240
- ### Apollo Router
240
+ Point your Hive Gateway or Apollo Router instance to the supergraph of the contract schema :
241
241
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
+ ```
You can’t perform that action at this time.
0 commit comments