$_params
$_params : array
Params.
ParentId query.
This function can be used to handle params for queries, filter
__construct(string $type, string $id, boolean $ignoreUnmapped = false)
ParentId constructor.
string | $type | Name of the child relationship mapped for the join field |
string | $id | ID of the parent document. The query will return child documents of this parent document. |
boolean | $ignoreUnmapped | Indicates whether to ignore an unmapped type and not return any documents instead of an error. Defaults to false. |