MetricReportEdge
The Metric Report edge object.
Learn more about pagination in GraphQL.
fields
node non-null MetricReportNode
The edge's node.
The Metric Report node object.
This type represents a single row of a report.
Learn more about pagination in GraphQL.
node.headers non-null array of String
An ordered array of display names for your dimensions and Metrics, as defined in the report input. Use this to display your table's header.
node.row non-null array of String
An ordered array of columns. Each column contains the dimension and Metric values for a single row, as defined in the report input. Use this to display a single row within your table.
cursor non-null String
The edge's cursor.