Тип

ServiceEdge

A `Service` edge in the connection.

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