fix: images in child items (#623)

* support parentID search

* fetch images for item children
This commit is contained in:
Hayden 2023-11-15 21:41:24 -06:00 committed by GitHub
parent 2594d4cdb4
commit afbc6a49ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 10 deletions

View file

@ -22,6 +22,7 @@ export type ItemsQuery = {
pageSize?: number;
locations?: string[];
labels?: string[];
parentIds?: string[];
q?: string;
fields?: string[];
};