Skip to content

inventoryRoot

No description available.

Returns

InventoryRoot!

Sample

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