Тип

PlanEdge

A `Plan` edge in the connection.

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