Skip to content

Commit

Permalink
fix: remove StakePool.withdrawals field
Browse files Browse the repository at this point in the history
While present in the API, it was not resolving to anything, so is not a breaking change
  • Loading branch information
rhyslbw committed Oct 9, 2020
1 parent 3956a17 commit 46dd937
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/api-cardano-db-hasura/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ type StakePool {
rewardAddress: String!
updatedIn: Transaction!
url: URL
withdrawals: [Withdrawal]
}


Expand All @@ -257,7 +256,6 @@ input StakePool_bool_exp {
retirements: StakePoolRetirement_bool_exp
rewardAddress: text_comparison_exp
url: text_comparison_exp
withdrawals: Withdrawal_bool_exp
}

type StakePool_aggregate {
Expand Down

0 comments on commit 46dd937

Please sign in to comment.