I am after the replacement of the Muted property from the old gradebook.
I want to know if an assignment contains unposted scores. Is there a way to get this without involving GraphQL API?
One suggestion to resolve this is using the gradebook export CSV, which separate out assignment group into four columns (Current Score, Unposted Current Score, Final Score and Unposted Final Score)
https://community.canvaslms.com/t5/Instructor-Guide/How-do-I-export-grades-in-the-Gradebook/ta-p/809
But for assignments, it only has one column, would be great if we can separate into post and unposted column.