Fix missing fragment name update (#1319)

This commit is contained in:
ekzyis 2024-08-19 17:41:52 -05:00 committed by GitHub
parent 6801b775c1
commit 17199e8f91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -120,17 +120,17 @@ export const WALLET = gql`
... on WalletLightningAddress { ... on WalletLightningAddress {
address address
} }
... on WalletLND { ... on WalletLnd {
socket socket
macaroon macaroon
cert cert
} }
... on WalletCLN { ... on WalletCln {
socket socket
rune rune
cert cert
} }
... on WalletLNbits { ... on WalletLnbits {
url url
invoiceKey invoiceKey
} }
@ -153,17 +153,17 @@ export const WALLET_BY_TYPE = gql`
... on WalletLightningAddress { ... on WalletLightningAddress {
address address
} }
... on WalletLND { ... on WalletLnd {
socket socket
macaroon macaroon
cert cert
} }
... on WalletCLN { ... on WalletCln {
socket socket
rune rune
cert cert
} }
... on WalletLNbits { ... on WalletLnbits {
url url
invoiceKey invoiceKey
} }