feat: add custom fields fetching on gql client
This commit is contained in:
parent
fec57bf173
commit
0fe2862d61
1 changed files with 7 additions and 0 deletions
|
|
@ -64,6 +64,11 @@ const GET_CUSTOMER = gql`
|
|||
lastTxClass
|
||||
daysSuspended
|
||||
isSuspended
|
||||
customFields {
|
||||
id
|
||||
label
|
||||
value
|
||||
}
|
||||
transactions {
|
||||
txClass
|
||||
id
|
||||
|
|
@ -159,6 +164,8 @@ const CustomerProfile = memo(() => {
|
|||
|
||||
const classes = useStyles({ blocked })
|
||||
|
||||
console.log('customer', customerData)
|
||||
|
||||
return (
|
||||
<>
|
||||
<Breadcrumbs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue