For some reason, this is no longer returning the subitem board in in settings_str, where it was earlier this week.
// Query to get Subitem BoardId
const getSubItemBoardId = `query {
boards(ids: [${boardId}])
{
columns(ids: "subitems")
{
settings_str
}
}
}`;