Skip to main content

WarehouseExternalData

External data stored with the warehouse.

type WarehouseExternalData {
externalId: String!
externalType: ExternalTypeEnum!
id: ID!
integration: Integration!
integrationId: ID!
metadata: JSON
}

Fields

WarehouseExternalData.externalId ● String! non-null scalar

The ID of the warehouse in the external system.

WarehouseExternalData.externalType ● ExternalTypeEnum! non-null enum

The type of the external system that provides the data.

WarehouseExternalData.id ● ID! non-null scalar

WarehouseExternalData.integration ● Integration! non-null object

The external system that provides the data.

WarehouseExternalData.integrationId ● ID! non-null scalar

The ID of the external system that provides the data.

WarehouseExternalData.metadata ● JSON scalar

Additional metadata stored with the external data.

Member Of

Warehouse object