GraphQL INPUT_OBJECT
AbsoluteDateTimeFilter
Filter for absolute date and time.
link Definition
- input AbsoluteDateTimeFilter {
- #   Start date of the time period for the report data that you fetched.
- : DateTime!
- #   End date of the time period for the report data that you fetched.
- : DateTime!
- #   Grouping level of the time period for the report data that you fetched.
- : PeriodLevelId
- }