diff --git a/lib/graphql/types.js b/lib/graphql/types.js index 13e4d9a8..d09d0755 100644 --- a/lib/graphql/types.js +++ b/lib/graphql/types.js @@ -104,6 +104,7 @@ type Trigger { suspensionDays: Float threshold: Int thresholdDays: Int + customInfoRequestId: String customInfoRequest: CustomInfoRequest }