resolve icon indicating copy to clipboard operation
resolve copied to clipboard

[docs] The client.query method args are not fully described in documentation

Open Dmitry-Ostashev opened this issue 3 years ago • 0 comments

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>;

Dmitry-Ostashev avatar Sep 30 '21 12:09 Dmitry-Ostashev