apiargs-MongoDBCollection-method-find-param.yaml 250 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
source:
  ref: $filter
  file: apiargs-common-param.yaml
operation: MongoDB\\Collection::find
replacement:
  verb: "query"
position: 1
---
source:
  ref: $options
  file: apiargs-common-param.yaml
operation: MongoDB\\Collection::find
position: 2
...