Query Instances Of
Retrieve objects of a specific type
Description
Retrieve objects of a specific data type. The resulting Query
object can be further refined using filters, sorts and by following relations.
A query must then be executed or observed to actually return results.
Inputs
- data type (Type): The data type of the objects to be queried
- add to result (Boolean): Add the instances to the result. (automatically added if there is no other data type to the query, for example added by a "Query Follow Relation" brick)
- include inheritance (Boolean): If set to true, the result query will include instances of data types that inherit from the one specified as first argument.
Outputs
- query (Query): A query object that can be further refined, executed, or observed