I need to know when a group is deleted but there’s no event to flag in the webhook to indicated it. Additionally, when looking in the documentation, we can pass the field deleted on query for groups, but it doesn’t return the group deleted. Is there any way to know that? And the result from the field deleted is right?
The query test:
{
boards(ids: ) {
groups{
deleted
title
}
}
}