## Properties

`requestedCompany` [AckdbCompanyGraphCompany](/content/docs/schemas/AckdbCompanyGraphCompany/index.html) required

`canonicalCompany` [AckdbCompanyGraphCompany](/content/docs/schemas/AckdbCompanyGraphCompany/index.html) required

`identityRelationships`array ofrequired

[AckdbCompanyIdentityRelationship](/content/docs/schemas/AckdbCompanyIdentityRelationship/index.html)

`companies`array ofrequired

all of

Option 1

[AckdbCompanyGraphCompany](/content/docs/schemas/AckdbCompanyGraphCompany/index.html)

Option 2

`depth`integerrequired

`companyRelationships`array ofrequired

[AckdbCompanyRelationship](/content/docs/schemas/AckdbCompanyRelationship/index.html)

`counts`objectrequired

`companies`integerrequired

`relationships`integerrequired

`maxDepth`integerrequired

`query`objectrequired

`scope`stringrequired

`"parents"``"children"``"connected"`

`relationshipTypes`array ofrequired

string

`maxDepth`integer (nullable)required

`asOf`string <date-time>required

`includeRoot`booleanrequired

## Example

AckdbCompanyGraphResult exampleCOPY

```
{
  "requestedCompany": {
    "entityId": "string",
    "name": "string",
    "domain": "string",
    "status": "string",
    "graphOnly": false
  },
  "canonicalCompany": {
    "$ref": "See AckdbCompanyGraphCompany"
  },
  "identityRelationships": [\
    {\
      "class": "string",\
      "type": "string",\
      "company": {\
        "$ref": "See AckdbCompanyGraphCompany"\
      },\
      "canonicalCompany": {\
        "$ref": "See AckdbCompanyGraphCompany"\
      }\
    }\
  ],
  "companies": [\
    {\
      "$ref": "See AckdbCompanyGraphCompany",\
      "depth": 0\
    }\
  ],
  "companyRelationships": [\
    {\
      "relationshipId": "string",\
      "class": "string",\
      "childCompany": {\
        "$ref": "See AckdbCompanyGraphCompany"\
      },\
      "parentCompany": {\
        "$ref": "See AckdbCompanyGraphCompany"\
      },\
      "relationshipType": "string",\
      "childToParentLabel": "string",\
      "parentToChildLabel": "string",\
      "state": "active",\
      "effectiveFrom": "1970-01-01T00:00:00.000Z",\
      "effectiveTo": "1970-01-01T00:00:00.000Z",\
      "retractedAt": "1970-01-01T00:00:00.000Z",\
      "provenance": {\
        "source": "string",\
        "workflow": "string",\
        "externalRecordId": "string",\
        "evidenceUrl": "https://example.com",\
        "observedAt": "1970-01-01T00:00:00.000Z",\
        "metadata": {}\
      },\
      "createdBy": "string",\
      "endedBy": "string",\
      "endedReason": "string",\
      "retractedBy": "string",\
      "retractedReason": "string",\
      "createdEventId": "string",\
      "endedEventId": "string",\
      "retractedEventId": "string",\
      "createdAt": "1970-01-01T00:00:00.000Z",\
      "updatedAt": "1970-01-01T00:00:00.000Z"\
    }\
  ],
  "counts": {
    "companies": 0,
    "relationships": 0,
    "maxDepth": 0
  },
  "query": {
    "scope": "parents",
    "relationshipTypes": [\
      "string"\
    ],
    "maxDepth": 0,
    "asOf": "1970-01-01T00:00:00.000Z",
    "includeRoot": false
  }
}
```
