OBJECT

MetricsConnection

Connection Type for Metric

link GraphQL Schema definition

  • type MetricsConnection {
  • # List of nodes
  • nodes: [Metric!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }

link Require by