OBJECT

CallEntityEdge

A Relay edge containing a CallEntity and its cursor.

link GraphQL Schema definition

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