allowOrphans
Home > @gooddata/sdk-model > IAllowedRelationshipType > allowOrphans
IAllowedRelationshipType.allowOrphans property
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.
If true, allows target objects that are not part of any relationship (orphans) to be included in results. If false, orphan target objects will be excluded even if they directly match the search query. Default is true (orphans are allowed).
Signature:
allowOrphans?: boolean;