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