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