OBJECT

ProfileEntityConnection

link GraphQL Schema definition

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