Skip to content

Commit

Permalink
remove baker from query
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Dec 18, 2024
1 parent 9fd5af1 commit 99ea528
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions frontend/src/queries/useAccountQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,19 +150,6 @@ address {
}
amount
transactionCount
baker {
bakerId
state {
...on ActiveBakerState {
__typename
stakedAmount
}
...on RemovedBakerState {
__typename
removedAt
}
}
}
releaseSchedule {
totalAmount
schedule(
Expand Down

0 comments on commit 99ea528

Please sign in to comment.