fix: allow for decimal values on customer suspension time

This commit is contained in:
Sérgio Salgado 2022-06-20 22:28:03 +01:00
parent 9b4ee6ceab
commit 6c4b225e73
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
}