Skip to content

Commit 14f689f

Browse files
committed
this is auto appended
1 parent f1f5c4e commit 14f689f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

packages/libraries/apollo/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868

6969
const supergraphManager = createSupergraphManager({
7070
endpoint: [
71-
'https://cdn.graphql-hive.com/artifacts/v1/9fb37bc4-e520-4019-843a-0c8698c25688/supergraph',
72-
'https://cdn-mirror.graphql-hive.com/artifacts/v1/9fb37bc4-e520-4019-843a-0c8698c25688/supergraph'
71+
'https://cdn.graphql-hive.com/artifacts/v1/9fb37bc4-e520-4019-843a-0c8698c25688',
72+
'https://cdn-mirror.graphql-hive.com/artifacts/v1/9fb37bc4-e520-4019-843a-0c8698c25688'
7373
],
7474
key: ''
7575
})
@@ -83,7 +83,7 @@
8383

8484
const supergraphManager = createSupergraphManager({
8585
endpoint: [
86-
'https://cdn.graphql-hive.com/artifacts/v1/9fb37bc4-e520-4019-843a-0c8698c25688/supergraph',
86+
'https://cdn.graphql-hive.com/artifacts/v1/9fb37bc4-e520-4019-843a-0c8698c25688',
8787
'https://cdn-mirror.graphql-hive.com/artifacts/v1/9fb37bc4-e520-4019-843a-0c8698c25688/supergraph'
8888
],
8989
key: '',

packages/web/docs/next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference types="next/navigation-types/compat/navigation" />
34
/// <reference path="./.next/types/routes.d.ts" />
45

56
// NOTE: This file should not be edited

packages/web/docs/src/content/other-integrations/apollo-gateway.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ import { createSupergraphManager } from '@graphql-hive/apollo'
6262

6363
const supergraphManager = createSupergraphManager({
6464
endpoint: [
65-
'https://cdn.graphql-hive.com/artifacts/v1/<target_id>/supergraph',
66-
'https://cdn-mirror.graphql-hive.com/artifacts/v1/<target_id>/supergraph'
65+
'https://cdn.graphql-hive.com/artifacts/v1/<target_id>',
66+
'https://cdn-mirror.graphql-hive.com/artifacts/v1/<target_id>'
6767
],
6868
key: '<cdn_access_key>',
6969
pollIntervalInMs: 15_000
@@ -97,8 +97,8 @@ import { createSupergraphManager, useHive } from '@graphql-hive/apollo'
9797

9898
const supergraphManager = createSupergraphManager({
9999
endpoint: [
100-
'https://cdn.graphql-hive.com/artifacts/v1/<target_id>/supergraph',
101-
'https://cdn-mirror.graphql-hive.com/artifacts/v1/<target_id>/supergraph'
100+
'https://cdn.graphql-hive.com/artifacts/v1/<target_id>',
101+
'https://cdn-mirror.graphql-hive.com/artifacts/v1/<target_id>'
102102
],
103103
key: '<cdn_access_key>',
104104
pollIntervalInMs: 15_000

0 commit comments

Comments
 (0)