remove unused gql type
This commit is contained in:
parent
a9844f0c38
commit
6373767ad5
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue