OBJECT

PhoneEntityEdge

A Relay edge containing a PhoneEntity and its cursor.

link GraphQL Schema definition

  • type PhoneEntityEdge {
  • # The item at the end of the edge
  • node: PhoneEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }