Add Query Param to filter inactive Sections from Arc's Site Service GET Section API
Context
Our Section Resolver use a Content Source that hits Arc's GET Section endpoint. Here is what that Content Source looks like:
const resolve = ({ sectionId = "/" }) => { return `/site/v3/website/dallas-news/section/?_id=${sectionId}`; };...