TracesAndStats
A sequence of traces and stats. If Report.traces_pre_aggregated (at the top level of the report) is false, an individual operation should either be described as a trace or as part of stats, but not both. If that flag is true, then all operations are described as stats and some are also described as traces.
Constructors
Properties
This field is used to validate that the algorithm used to construct stats_with_context
matches similar algorithms in Apollo's servers. It is otherwise ignored and should not be included in reports.
This describes the fields referenced in the operation. Note that this may include fields that don't show up in FieldStats (due to being interface fields, being nested under null fields or empty lists or non-matching fragments or @include
or @skip
, etc). It also may be missing fields that show up in FieldStats (as FieldStats will include the concrete object type for fields referenced via an interface type).