From c584b87e9552d6d3069b3d7e19fe4a7bd3dac066 Mon Sep 17 00:00:00 2001 From: siiky Date: Tue, 14 Feb 2023 18:45:54 +0000 Subject: [PATCH] fix: remote `customInfoRequestId` field --- lib/graphql/types.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/graphql/types.js b/lib/graphql/types.js index 4d58697d..13e4d9a8 100644 --- a/lib/graphql/types.js +++ b/lib/graphql/types.js @@ -97,7 +97,6 @@ type CustomInfoRequest { type Trigger { id: String! - customInfoRequestId: String! direction: String! requirement: String! triggerType: String!