remove unused gql type

This commit is contained in:
keyan 2022-01-24 12:39:14 -06:00
parent a9844f0c38
commit 6373767ad5
1 changed files with 0 additions and 6 deletions

View File

@ -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!