Skip to content

Commit

Permalink
fix: StakePoolRetirement_bool_exp.inEffectFrom type
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Mar 23, 2021
1 parent 687abcd commit 96aa708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-cardano-db-hasura/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ input StakePoolRetirement_bool_exp {
_not: StakePoolRetirement_bool_exp
_or: [StakePoolRetirement_bool_exp]
announcedIn: Transaction_bool_exp
inEffectFrom: Epoch_bool_exp
inEffectFrom: Int_comparison_exp
}

type StakePoolOwner {
Expand Down

0 comments on commit 96aa708

Please sign in to comment.