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