chore: remove customFields from CustomerInput gql type

This commit is contained in:
Sérgio Salgado 2021-09-06 16:47:49 +01:00
parent 91672b73c9
commit 7c0338294d

View file

@ -63,7 +63,6 @@ const typeDef = gql`
lastTxClass: String
suspendedUntil: Date
subscriberInfo: Boolean
customFields: [JSONObject]
}
type Query {