Skip to content

allGcpNativeStoredRegionsInProject

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

Arguments

Argument Type Description
projectId (required) UUID! ID of the Project.

Returns

[String!]!

Sample

query AllGcpNativeStoredRegionsInProject($projectId: UUID!) {
  allGcpNativeStoredRegionsInProject(projectId: $projectId)
}
{
  "projectId": "00000000-0000-0000-0000-000000000000"
}
{
  "data": {
    "allGcpNativeStoredRegionsInProject": [
      "example-string"
    ]
  }
}