withAllowedRelationshipTypes()
Home > @gooddata/sdk-backend-spi > ISemanticSearchQuery > withAllowedRelationshipTypes
ISemanticSearchQuery.withAllowedRelationshipTypes() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Filter relationships and results based on allowed relationship type combinations. When specified, only relationships matching the allowed types are returned.
Signature:
withAllowedRelationshipTypes(types: IAllowedRelationshipType[]): ISemanticSearchQuery;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
types |
Returns: