sdk
sdk copied to clipboard
Allow `iterateEntities` to find entities by properties other than just `_type`
This would allow folks to avoid writing their own iterators that just filter the matching entities. We can do this in the SDK as-is, inefficient as it may be, but at least when we make it fast, there will be no changes in the integrations.