Тип

AutoTaskEdge

A `AutoTask` edge in the connection.

"""A `AutoTask` edge in the connection."""
type AutoTaskEdge {
  """A cursor for use in pagination."""
  cursor: Cursor
  """The `AutoTask` at the end of the edge."""
  node: AutoTask
}