Merge pull request #1264 from chaotixkilla/fix-allow-decimal-days-suspension
Allow for decimal suspension day values
This commit is contained in:
commit
1fe50c3a33
2 changed files with 8 additions and 6 deletions
|
|
@ -64,7 +64,7 @@ type Trigger {
|
|||
requirement: String!
|
||||
triggerType: String!
|
||||
|
||||
suspensionDays: Int
|
||||
suspensionDays: Float
|
||||
threshold: Int
|
||||
thresholdDays: Int
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue