Skip to content

awsNativeRoot

Root of AWS native hierarchy.

Returns

AwsNativeRoot!

Sample

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