INPUT_OBJECT

InsightTimelineInput

Specify input details for insight timeline

link GraphQL Schema definition

  • input InsightTimelineInput {
  • # Bin interval of timeline in minutes
  • binIntervalInMinutes: Int!
  • # Timeline end time. It is usually the end time of an Insight. Note: Expressed in
  • # UTC ISO-8601 timestamp
  • endTime: DateTime!
  • # Insight id for insight timeline view
  • insightId: String!
  • # Timeline start time. It is usually the start time of an Insight. Note: Expressed
  • # in UTC ISO-8601 timestamp
  • startTime: DateTime!
  • }