feat: add lastUsedMachine to GraphQL customer type
This commit is contained in:
parent
53830aba52
commit
7638e277ca
2 changed files with 3 additions and 2 deletions
|
|
@ -33,6 +33,7 @@ const typeDef = gql`
|
|||
lastTxFiat: String
|
||||
lastTxFiatCode: String
|
||||
lastTxClass: String
|
||||
lastUsedMachine: String
|
||||
transactions: [Transaction]
|
||||
subscriberInfo: JSONObject
|
||||
phoneOverride: String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue