OBJECT

OpptyRecurrenceEntityEdge

A Relay edge containing a OpptyRecurrenceEntity and its cursor.

link GraphQL Schema definition

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