OBJECT
The connection type for Schedule.
type ScheduleConnection {cursors: [String!]! # A list of edges.edges: [ScheduleEdge] # A list of nodes.nodes: [Schedule] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }