Merge pull request #1264 from chaotixkilla/fix-allow-decimal-days-suspension

Allow for decimal suspension day values
This commit is contained in:
Rafael Taranto 2022-07-12 15:58:03 +01:00 committed by GitHub
commit 1fe50c3a33
2 changed files with 8 additions and 6 deletions

View file

@ -64,7 +64,7 @@ type Trigger {
requirement: String!
triggerType: String!
suspensionDays: Int
suspensionDays: Float
threshold: Int
thresholdDays: Int
}