fix: allow for decimal values on customer suspension time
This commit is contained in:
parent
9b4ee6ceab
commit
6c4b225e73
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