Skip to content

Commit bea36e0

Browse files
committed
allow nullable payoutbolt11 fields to be nullable
1 parent 38ed9ff commit bea36e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/typeDefs/payIn.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ type PayOutBolt11 {
218218
status: WithdrawlStatus
219219
msats: BigInt!
220220
payInId: Int!
221-
hash: String!
221+
hash: String
222222
preimage: String
223-
bolt11: String!
223+
bolt11: String
224224
expiresAt: Date!
225225
}
226226

0 commit comments

Comments
 (0)