OBJECT

OpptyRevenueScheduleEntityConnection

link GraphQL Schema definition

  • type OpptyRevenueScheduleEntityConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [OpptyRevenueScheduleEntityEdge]!
  • # Total number of items in the connection.
  • totalCount: Int
  • }