Skip to content

gcpNativeRoot

Root of GCP native hierarchy.

Returns

GcpNativeRoot!

Sample

query {
  gcpNativeRoot
}
{}
{
  "data": {
    "gcpNativeRoot": {
      "objectTypeDescendantConnection": {
        "nodes": [
          [
            {}
          ]
        ],
        "pageInfo": {
          "endCursor": "example-string",
          "hasNextPage": true,
          "hasPreviousPage": true,
          "startCursor": "example-string"
        }
      }
    }
  }
}