SSIS Components for GraphQL

Build 25.0.9434

IncludeDeprecatedMetadata

Specifies whether the provider includes deprecated tables and columns in the schema.

Data Type

bool

Default Value

false

Remarks

This property determines if the provider should expose metadata elements, such as tables and columns, that have been marked as deprecated in the GraphQL schema. Deprecation typically indicates that the element is outdated or scheduled for removal in future API versions.

  • Setting this property to true includes deprecated elements in the schema. This can be useful for maintaining compatibility with legacy queries or workflows.
  • Setting this property to false excludes deprecated elements, ensuring that only current and supported metadata is exposed.

This property is useful for managing compatibility with evolving APIs and ensuring that deprecated elements are visible when necessary.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434