canvas-lms icon indicating copy to clipboard operation
canvas-lms copied to clipboard

GraphQL: add section id as a filter parameter for EnrollmentsConnection and sectionsConnection objects

Open zqian opened this issue 2 years ago • 1 comments

Summary:

The GraphQL enrollmentsConnection object only supports the following filter types:

- associatedUserIds
- states
- types

There is NO filter type within the sectionsConnection object.

Expected behavior:

Please add section id and sis_id attributes to both enrollmentsConnection and sectionsConnection objects.

zqian avatar Nov 17 '23 03:11 zqian

I'd also like to see support for this behavior. Maybe I'm missing it, but there doesn't seem to be a way to get enrollments for a specific section via the GraphQL API.

iamdlfl avatar May 31 '24 13:05 iamdlfl