feat: implement subscriber info retrieval

This commit is contained in:
Sérgio Salgado 2021-08-05 01:26:05 +01:00 committed by Josh Harvey
parent 149a2f99c8
commit a6eb4b904f
7 changed files with 110 additions and 11 deletions

View file

@ -28,6 +28,7 @@ const typeDef = gql`
lastTxFiatCode: String
lastTxClass: String
transactions: [Transaction]
subscriberInfo: JSONObject
}
input CustomerInput {
@ -53,6 +54,7 @@ const typeDef = gql`
lastTxFiatCode: String
lastTxClass: String
suspendedUntil: Date
subscriberInfo: Boolean
}
type Query {