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