From 7c0338294d1e19919a2eff9cb335b4e1c34484fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Mon, 6 Sep 2021 16:47:49 +0100 Subject: [PATCH] chore: remove customFields from CustomerInput gql type --- lib/new-admin/graphql/types/customer.type.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/new-admin/graphql/types/customer.type.js b/lib/new-admin/graphql/types/customer.type.js index de162770..134734a7 100644 --- a/lib/new-admin/graphql/types/customer.type.js +++ b/lib/new-admin/graphql/types/customer.type.js @@ -63,7 +63,6 @@ const typeDef = gql` lastTxClass: String suspendedUntil: Date subscriberInfo: Boolean - customFields: [JSONObject] } type Query {