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
- : OpptyRecurrenceEntity
- # A cursor for use in pagination
- : String!
- }