OBJECT

FinOpsDatasetSummaryConnection

link GraphQL Schema definition

  • type FinOpsDatasetSummaryConnection implements Connection {
  • # Count of elements in the current page
  • count: Int!
  • # Contains all edges.
  • edges: [FinOpsDatasetSummaryEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The total number of un-paginated nodes in the connection.
  • totalCount: Int
  • }