Power BI Connector for GraphQL

Build 25.0.9454

ExposeAbstractTypes

Specifies the scope of GraphQL abstract types (interfaces and unions) that the provider exposes in the schema.

Possible Values

NONE, INTERFACE, UNION, ALL

Data Type

string

Default Value

"NONE"

Remarks

This property determines the extent to which GraphQL abstract types (interfaces and unions) are exposed in the schema. This property offers four modes of exposure:

  • NONE: No GraphQL abstract types are exposed in the schema. This provides a simpler schema representation by default.
  • INTERFACE: Only GraphQL interface types are exposed in the schema. Concrete types implementing these interfaces become accessible.
  • UNION: Only GraphQL union types are exposed in the schema. Member types of these unions become accessible.
  • ALL: Both GraphQL interface and union types are exposed in the schema. Concrete types implementing interfaces or belonging to unions become accessible.

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