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