Loading...
Started by Tricia Leach • May 2, 2025 8:21 PM
Total Replies
1
Participants
2
Activity
Quiet
Duration
8:21 PM
Thread starter
export const query = `
query PressQuery {
HUBDB {
press_collection(filter: {type__in: "Press Coverage"}) {
items {
name
type
date
}
}
}
}
`;