WarehouseExternalData
External data stored with the warehouse.
type WarehouseExternalData {
externalId: String!
externalType: ExternalTypeEnum! @deprecated
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!
deprecated non-null enum
DEPRECATED
Deprecated in favor of managed
field from warehouse.
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.
Returned By
warehouseAddExternalRelation
mutation ● warehouseUpdateExternalRelation
mutation
Member Of
Warehouse
object