OBJECT

ReportSankeyChart

link GraphQL Schema definition

  • type ReportSankeyChart {
  • # Identifier of the history comparison date that defines the starting point of the
  • # flow.
  • startDate: UUID
  • # Identifier of the report box providing the field that records are grouped by at
  • # the start of the flow.
  • startGroupBoxId: UUID
  • # Identifier of the field that records are grouped by at the start of the flow.
  • startGroupFieldId: UUID!
  • # How the starting field's values are grouped, for example by month or by
  • # interval.
  • startGroupOption: GroupOption
  • # Identifier of the history comparison date that defines the end point of the
  • # flow.
  • endDate: UUID
  • # Identifier of the report box providing the field that records are grouped by at
  • # the end of the flow.
  • endGroupBoxId: UUID
  • # Identifier of the field that records are grouped by at the end of the flow.
  • endGroupFieldId: UUID!
  • # How the ending field's values are grouped, for example by month or by interval.
  • endGroupOption: GroupOption
  • }