We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b474f commit b52b6aaCopy full SHA for b52b6aa
crates/rover-client/build.rs
@@ -19,7 +19,7 @@ fn main() -> std::io::Result<()> {
19
write(".schema/last_run.uuid", Uuid::new_v4())
20
.expect("Failed to write UUID to .schema/last_run.uuid");
21
22
- let schema_url = option_env!("APOLLO_GPAPHQL_SCHEMA_URL")
+ let schema_url = option_env!("APOLLO_GRAPHQL_SCHEMA_URL")
23
.unwrap_or_else(|| "https://api.apollographql.com/api/schema");
24
25
let client = Client::new();
0 commit comments