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

@ -70,7 +70,7 @@ const GET_CUSTOMER = gql`
isSuspended
isTestCustomer
subscriberInfo
subscriberInfoOverride
phoneOverride
customFields {
id
label
@ -140,7 +140,7 @@ const SET_CUSTOMER = gql`
lastTxFiatCode
lastTxClass
subscriberInfo
subscriberInfoOverride
phoneOverride
}
}
`