diff --git a/lib/graphql/types.js b/lib/graphql/types.js index e2d8595e..466391f9 100644 --- a/lib/graphql/types.js +++ b/lib/graphql/types.js @@ -107,7 +107,7 @@ type Trigger { suspensionDays: Float threshold: Int thresholdDays: Int - customInfoRequestId: String + customInfoRequestId: String @deprecated(reason: "use customInfoRequest.id") customInfoRequest: CustomInfoRequest externalService: String }