INPUT_OBJECT
InsightTimelineInput
Specify input details for insight timeline
link GraphQL Schema definition
- input InsightTimelineInput {
- # Bin interval of timeline in minutes
- Int! :
- # Timeline end time. It is usually the end time of an Insight. Note: Expressed in
- # UTC ISO-8601 timestamp
- DateTime! :
- # Insight id for insight timeline view
- String! :
- # Timeline start time. It is usually the start time of an Insight. Note: Expressed
- # in UTC ISO-8601 timestamp
- DateTime! :
- }