OBJECT

EntityHealthEntityConnection

link GraphQL Schema definition

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