Hi guys,
I want to make a query that gets all my files from a board.
For example, I have 100 files and I want all their public urls with one query.
For the moment i need to make this query :
query {
assets(ids: [1,2,…,100]){
public_url
}
}
But isn’t it possible to make a request for all the files in a board?