fix: rename phone override fields
This commit is contained in:
parent
23a892061c
commit
aad3826d02
5 changed files with 12 additions and 14 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue