fix: rename phone override fields

This commit is contained in:
José Oliveira 2022-01-20 22:49:51 +00:00
parent 23a892061c
commit aad3826d02
5 changed files with 12 additions and 14 deletions

View file

@ -33,7 +33,7 @@ const typeDef = gql`
lastTxClass: String
transactions: [Transaction]
subscriberInfo: JSONObject
subscriberInfoOverride: String
phoneOverride: String
customFields: [CustomerCustomField]
customInfoRequests: [CustomRequestData]
notes: [CustomerNote]
@ -64,7 +64,7 @@ const typeDef = gql`
lastTxClass: String
suspendedUntil: Date
subscriberInfo: Boolean
subscriberInfoOverride: String
phoneOverride: String
}
input CustomerEdit {