meetingsByCourse
Meetings hosted by a given course, optionally constrained by date range and status. Use when building a course’s schedule view.
Returns: [Meeting!]!
Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
courseId | ID! | — |
fromDate | Date | — |
toDate | Date | — |
status | [MeetingStatus!] | — |
limit | Int | — |
offset | Int | — |