feat: add lastUsedMachine to GraphQL customer type

This commit is contained in:
siiky 2024-07-18 17:22:08 +01:00
parent 53830aba52
commit 7638e277ca
2 changed files with 3 additions and 2 deletions

View file

@ -33,6 +33,7 @@ const typeDef = gql`
lastTxFiat: String
lastTxFiatCode: String
lastTxClass: String
lastUsedMachine: String
transactions: [Transaction]
subscriberInfo: JSONObject
phoneOverride: String