Тип

ProxyEdge

A `Proxy` edge in the connection.

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