diff --git a/astro-client/queries.go b/astro-client/queries.go index 00887a4fa..dbdc673ba 100644 --- a/astro-client/queries.go +++ b/astro-client/queries.go @@ -107,15 +107,6 @@ var ( } ` - // GetOrchestrators = ` - // query orchestrators($input: OrchestratorInput!) { - // orchestrators(input: $input) { - // id - // cloudProvider - // name - // } - // } - // ` GetClusters = ` query clusters($organizationId: Id) { clusters(organizationId: $organizationId) {