OBJECT

LeadProcessEntityConnection

link GraphQL Schema definition

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