For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataComparisonExpressionReferenceInput

Input object to reference a data object.

input DataComparisonExpressionReferenceInput {
  entityId: ID!
  entityType: DataComparisonExpressionEntityType!
}

Fields

entityId ● ID! non-null scalar

The data object ID or column name.

entityType ● DataComparisonExpressionEntityType! non-null enum

The way you want to reference the data object.

Member Of

DataComparisonExpressionOperandInput input

Last updated

Was this helpful?