We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6f584 commit 71ea7c2Copy full SHA for 71ea7c2
crates/apollo-mcp-registry/src/platform_api.rs
@@ -5,7 +5,7 @@ use url::Url;
5
6
pub mod operation_collections;
7
8
-const DEFAULT_PLATFORM_API: &str = "https://registry.apollographql.com/api/graphql";
+const DEFAULT_PLATFORM_API: &str = "https://graphql.api.apollographql.com/api/graphql";
9
10
/// Configuration for polling Apollo Uplink.
11
#[derive(Clone, Debug)]
0 commit comments