Skip to content

allGcpNativeStoredMachineTypes

List of all the distinct machine types of the GCP instances stored with Polaris.

Returns

[String!]!

Sample

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