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
|
txClass: String
|
||||||
deviceId: String
|
deviceId: String
|
||||||
customerName: String
|
customerName: String
|
||||||
customerId: String
|
customerId: ID
|
||||||
fiatCode: String
|
fiatCode: String
|
||||||
cryptoCode: String
|
cryptoCode: String
|
||||||
toAddress: String
|
toAddress: String
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue