AutoTaskConnection
A connection to a list of `AutoTask` values.
"""A connection to a list of `AutoTask` values."""
type AutoTaskConnection {
"""A list of `AutoTask` objects."""
nodes: [AutoTask]!
"""
A list of edges which contains the `AutoTask` and cursor to aid in pagination.
"""
edges: [AutoTaskEdge]!
"""Information to aid in pagination."""
pageInfo: PageInfo!
"""The count of *all* `AutoTask` you could get from the connection."""
totalCount: Int!
}