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