Skip to content

Commit

Permalink
fix: Reward and StakeDeregistration order_by fields
Browse files Browse the repository at this point in the history
- Reward_order_by.amount
- Reward_order_by.address
- StakeDeregistration_order_by.address

Closes #382
  • Loading branch information
rhyslbw committed Dec 9, 2020
1 parent b69eb04 commit a6f9a88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/api-cardano-db-hasura/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ input Reward_bool_exp {
}

input Reward_order_by {
address: StakeAddress_comparison_exp
amount: text_comparison_exp
address: order_by
amount: order_by
earnedIn: Epoch_order_by
stakePool: StakePool_order_by
}
Expand Down Expand Up @@ -433,7 +433,7 @@ type StakeDeregistration_aggregate_fields {
}

input StakeDeregistration_order_by {
address: StakeAddress_comparison_exp
address: order_by
transaction: Transaction_order_by
}

Expand Down

0 comments on commit a6f9a88

Please sign in to comment.