Granular CLP pointer permissions (#6352)

* set pointer permissions per operatioon; tests

* more tests

* fixes addField permission; tests
This commit is contained in:
Old Grandpa
2020-01-28 09:21:30 +03:00
committed by Antonio Davi Macedo Coelho de Castro
parent 4beb89fc2e
commit 3c46117d9b
10 changed files with 1380 additions and 37 deletions

View File

@@ -16,6 +16,8 @@ export type QueryOptions = {
readPreference?: ?string,
hint?: ?mixed,
explain?: Boolean,
action?: string,
addsField?: boolean,
};
export type UpdateQueryOptions = {