modular_sdk/services/parent_service.py [422:427]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            limit: Optional[int] = None,
                            last_evaluated_key: Optional[dict] = None,
                            ascending: bool = True) -> Iterator[Parent]:
        return self.query_by_scope_index(
            customer_id=customer_id,
            type_=type_,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



modular_sdk/services/parent_service.py [438:444]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                         limit: Optional[int] = None,
                         last_evaluated_key: Optional[dict] = None,
                         ascending: bool = True) -> Iterator[Parent]:
        # todo allow with empty cloud
        return self.query_by_scope_index(
            customer_id=customer_id,
            type_=type_,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



