Skip to content

azureNativeRoot

Root of Azure native hierarchy.

Returns

AzureNativeRoot!

Sample

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