fix: use ID instead of string
This commit is contained in:
parent
790cdd8fec
commit
ce1238c406
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ const typeDef = gql`
|
|||
txClass: String
|
||||
deviceId: String
|
||||
customerName: String
|
||||
customerId: String
|
||||
customerId: ID
|
||||
fiatCode: String
|
||||
cryptoCode: String
|
||||
toAddress: String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue