Тип

TaskEdge

A `Task` edge in the connection.

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