How do I retrieve the submission history for an assignments with GraphQL? In the REST API you need to manually specify to include submission_history. This is one of many fields that is seemingly inaccessible, is there any plans to bring the GraphQL API to feature parity?
/api/v1/courses/:courseId/students/submissions?include[]=submission_history
Thanks!