Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkickr committed Jun 6, 2022
1 parent 2d57024 commit ad6e43b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions astro-client/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,6 @@ var (
}
`

// GetOrchestrators = `
// query orchestrators($input: OrchestratorInput!) {
// orchestrators(input: $input) {
// id
// cloudProvider
// name
// }
// }
// `
GetClusters = `
query clusters($organizationId: Id) {
clusters(organizationId: $organizationId) {
Expand Down

0 comments on commit ad6e43b

Please sign in to comment.