Hey folks,
Would fetching catalogs like this work?
{
catalogs(first: 10, type: APP) {
nodes {
publication {
id
}
... on AppCatalog {
apps(first: 1) {
nodes {
title
}
}
}
}
}
}
The product team who own this area have said the best method is to get the channel through the catalog and access the data directly from the channel itself.