allGcpNativeStoredNetworkNames List of all the distinct network names of the GCP instances stored with Polaris. Returns [String!]! Sample QueryVariablesExample Response query { allGcpNativeStoredNetworkNames } {} { "data": { "allGcpNativeStoredNetworkNames": [ "example-string" ] } }