OBJECT
ReportSankeyChart
link GraphQL Schema definition
- type ReportSankeyChart {
- # Identifier of the history comparison date that defines the starting point of the
- # flow.
- : UUID
- # Identifier of the report box providing the field that records are grouped by at
- # the start of the flow.
- : UUID
- # Identifier of the field that records are grouped by at the start of the flow.
- : UUID!
- # How the starting field's values are grouped, for example by month or by
- # interval.
- : GroupOption
- # Identifier of the history comparison date that defines the end point of the
- # flow.
- : UUID
- # Identifier of the report box providing the field that records are grouped by at
- # the end of the flow.
- : UUID
- # Identifier of the field that records are grouped by at the end of the flow.
- : UUID!
- # How the ending field's values are grouped, for example by month or by interval.
- : GroupOption
- }