Skip to content

Commit

Permalink
feature: add Epoch_bool_exp.startedAt
Browse files Browse the repository at this point in the history
Enables filtering of epoch-related models, including rewards, by date range
  • Loading branch information
rhyslbw committed Jun 25, 2021
1 parent 20c53b2 commit 4cc580a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api-cardano-db-hasura/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,7 @@ input Epoch_bool_exp {
fees: BigInt_comparison_exp
number: Int_comparison_exp
output: text_comparison_exp
startedAt: Date_comparison_exp
transactionsCount: text_comparison_exp
}

Expand Down

0 comments on commit 4cc580a

Please sign in to comment.