feat: allow customer suspension removal

This commit is contained in:
Sérgio Salgado 2021-06-14 10:14:54 +01:00 committed by Josh Harvey
parent 70e09013f5
commit 4003d892fd
4 changed files with 48 additions and 16 deletions

View file

@ -51,6 +51,7 @@ const typeDef = gql`
lastTxFiat: String
lastTxFiatCode: String
lastTxClass: String
suspendedUntil: Date
}
type Query {