byId function

Filter byId(
  1. CollQLId id
)

Implementation

Filter byId(CollQLId id) => EqualsFilter(docId, id.idValue);