INPUT_OBJECT

GuardrailsDriftStatsFilter

link GraphQL Schema definition

  • input GuardrailsDriftStatsFilter {
  • # filter stats by accounts
  • accounts: [GuardrailsAccountSelector!]
  • # filter stats by template category
  • category: [TagInput!]
  • # Filter from date time
  • from: DateTime
  • # include stats corresponding to latest runs or not
  • latest: Boolean
  • # Filter to skip zero open drifts
  • skipZeroOpenFinding: Boolean
  • # Range , if missing single state will be returned without any range
  • statsRange: GuardrailsStatsRange
  • # Filter to date time
  • to: DateTime
  • }