OBJECT
AccountEntityConnection
link GraphQL Schema definition
- type AccountEntityConnection {
- #   Pagination data for this connection.
- : PageInfo! 
- #   Contains the nodes in this connection.
- : [AccountEntityEdge]! 
- #   Total number of items in the connection.
- : Int 
- }