Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve multiple documents that are not neccesarily members or children #332

Closed
MiguelAraCo opened this issue Dec 6, 2018 · 0 comments
Closed
Assignees

Comments

@MiguelAraCo
Copy link
Contributor

Implement the following method signature in QueryableDocumentTrait::$get:

$get<T extends object>( uris: string[], queryBuilderFn: (queryBuilder: QueryDocumentBuilder) => QueryDocumentBuilder): Promise<Array<T & Document>>;
$get<T extends object>( uris: string[], requestOptions?: GETOptions, queryBuilderFn?: (queryBuilder: QueryDocumentBuilder) => QueryDocumentBuilder): Promise<Array<T & Document>>;
@ghost ghost assigned roddolf Dec 6, 2018
@ghost ghost added the in progress label Dec 6, 2018
@ghost ghost removed the in progress label Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants