refactor: deprecate GraphQL's Trigger.customInfoRequestId
This commit is contained in:
parent
6fb39124ea
commit
a6d875d8d3
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ type Trigger {
|
||||||
suspensionDays: Float
|
suspensionDays: Float
|
||||||
threshold: Int
|
threshold: Int
|
||||||
thresholdDays: Int
|
thresholdDays: Int
|
||||||
customInfoRequestId: String
|
customInfoRequestId: String @deprecated(reason: "use customInfoRequest.id")
|
||||||
customInfoRequest: CustomInfoRequest
|
customInfoRequest: CustomInfoRequest
|
||||||
externalService: String
|
externalService: String
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue