From 6373767ad5d4377f3f4445ffde15b60f2999e589 Mon Sep 17 00:00:00 2001 From: keyan Date: Mon, 24 Jan 2022 12:39:14 -0600 Subject: [PATCH] remove unused gql type --- api/typeDefs/wallet.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/api/typeDefs/wallet.js b/api/typeDefs/wallet.js index 31f5c33f..8d955a4d 100644 --- a/api/typeDefs/wallet.js +++ b/api/typeDefs/wallet.js @@ -14,12 +14,6 @@ export default gql` sendToLnAddr(addr: String!, amount: Int!, maxFee: Int!): Withdrawl! } - type LnAddrResp { - callback: String! - maxSendable: String! - minSendable: String! - } - type Invoice { id: ID! createdAt: String!