OBJECT
ScheduleGroupConnection
A connection to a list of items.
link GraphQL Schema definition
- type ScheduleGroupConnection {
- # Information to aid in pagination.
- PageInfo! :
- # A list of edges.
- ScheduleGroupEdge] : [
- # A list of ScheduleGroup nodes.
- ScheduleGroup!]! : [
- # The total count of items in the connection.
- Int! :
- }