From 4cc580accc7eb7ae09e608ab1023e6a70cda1206 Mon Sep 17 00:00:00 2001 From: Rhys Bartels-Waller Date: Fri, 25 Jun 2021 21:46:39 +1000 Subject: [PATCH] feature: add Epoch_bool_exp.startedAt Enables filtering of epoch-related models, including rewards, by date range --- packages/api-cardano-db-hasura/schema.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/api-cardano-db-hasura/schema.graphql b/packages/api-cardano-db-hasura/schema.graphql index bee00a4a..17d789eb 100644 --- a/packages/api-cardano-db-hasura/schema.graphql +++ b/packages/api-cardano-db-hasura/schema.graphql @@ -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 }