Тип

ProfileEdge

A `Profile` edge in the connection.

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