Skip to content

allGcpNativeStoredRegions

List of all the distinct regions of the GCP instances stored with Polaris.

Returns

[String!]!

Sample

query {
  allGcpNativeStoredRegions
}
{}
{
  "data": {
    "allGcpNativeStoredRegions": [
      "example-string"
    ]
  }
}