Тип

AutomationEdge

A `Automation` edge in the connection.

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