OBJECT

UnsubscribedPhoneEntityEdge

A Relay edge containing a UnsubscribedPhoneEntity and its cursor.

link GraphQL Schema definition

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