resolve
resolve copied to clipboard
[docs] The client.query method args are not fully described in documentation
https://reimagined.github.io/resolve/docs/api/client/resolve-client/#query
There is no any description for method arguments. The example is quite poor. As far as I can see from typings, there are three possible args:
query: (query: Query, options?: QueryOptions | QueryCallback<Query>, callback?: QueryCallback<Query>) => PromiseOrVoid<QueryResult>;