NoteSchedulerPaginationConnection
The connection type for NoteScheduler.
Fields
edges
· [NoteSchedulerEdge] · A list of edges. nodes
· [NoteScheduler] · A list of nodes. Used By
Definition
"""The connection type for NoteScheduler."""type NoteSchedulerPaginationConnection { """ A list of edges. """ edges: [NoteSchedulerEdge]
""" A list of nodes. """ nodes: [NoteScheduler]
""" Information to aid in pagination. """ page_info: PageInfo!
""" Total count of items. """ total_count: Int!}