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