ExpansionEntityQueriesProperties interface

Describes expansion entity query properties

Properties

dataSources

List of the data sources that are required to run the query

displayName

The query display name

inputEntityType

The type of the query's source entity

inputFields

List of the fields of the source entity that are required to run the query

outputEntityTypes

List of the desired output types to be constructed from the result

queryTemplate

The template query string to be parsed and formatted

Property Details

dataSources

List of the data sources that are required to run the query

dataSources?: string[]

Property Value

string[]

displayName

The query display name

displayName?: string

Property Value

string

inputEntityType

The type of the query's source entity

inputEntityType?: string

Property Value

string

inputFields

List of the fields of the source entity that are required to run the query

inputFields?: string[]

Property Value

string[]

outputEntityTypes

List of the desired output types to be constructed from the result

outputEntityTypes?: string[]

Property Value

string[]

queryTemplate

The template query string to be parsed and formatted

queryTemplate?: string

Property Value

string