Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-types / checkSchemaCompatibility

Function: checkSchemaCompatibility()

checkSchemaCompatibility(sourceConfig, targetConfig, options): SchemaCompatibilityResult

Defined in: packages/chaingraph-types/src/port/transfer-rules/utils/schema-compatibility.ts:44

Check if two port configurations have compatible schemas This is the main entry point for schema compatibility checking

Parameters

sourceConfig

IPortConfig

targetConfig

IPortConfig

options

SchemaCompatibilityOptions = {}

Returns

SchemaCompatibilityResult

Licensed under BUSL-1.1