Skip to main content

DataDifference

DataDifference belong to a DataConnection. They are used to sync the diff

type DataDifference {
_: Boolean
id: ID!
bucketKey: String
connectionId: ID
createdAt: DateTime!
dataAssetId: ID
type: DataDifferenceType!
updatedAt: DateTime!
}

Fields

DataDifference._ ● Boolean scalar

DataDifference.id ● ID! non-null scalar

DataDifference.bucketKey ● String scalar

The key to access the asset on the bucket

DataDifference.connectionId ● ID scalar

Id of the dataConnection where the difference belong to

DataDifference.createdAt ● DateTime! non-null scalar

DataDifference.dataAssetId ● ID scalar

The id of the asset

DataDifference.type ● DataDifferenceType! non-null enum

The type of the difference

DataDifference.updatedAt ● DateTime! non-null scalar