OBJECT

ProcessEntityConnection

link GraphQL Schema definition

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