Skip to content

allGcpNativeStoredNetworkNames

List of all the distinct network names of the GCP instances stored with Polaris.

Returns

[String!]!

Sample

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