AlertTypeConfiguration

Depending on the talert type, typeConfiguration will use some fields

GraphQL schema definition

  • type AlertTypeConfiguration {
  • historicalWindow: Int
  • offset: Int
  • max_average: Int
  • toCheck: [Int!]
  • toCompare: [Int!]
  • price: AlertPrice
  • }

Fields

Required by