remove unused fragment, fix BestWallet to return flags
This commit is contained in:
parent
fdc3df9c15
commit
ed66cfb3f8
|
@ -205,16 +205,9 @@ export const BEST_WALLETS = gql`
|
||||||
priority
|
priority
|
||||||
type
|
type
|
||||||
updatedAt
|
updatedAt
|
||||||
}
|
canSend
|
||||||
}
|
canReceive
|
||||||
`
|
enabled
|
||||||
export const BEST_SEND_WALLETS = gql`
|
|
||||||
query BestSendWallets {
|
|
||||||
wallets (includeSenders: true, includeReceivers: false, onlyEnabled: true, prioritySort: "asc") {
|
|
||||||
id
|
|
||||||
priority
|
|
||||||
type
|
|
||||||
updatedAt
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue