Skip to content

Commit

Permalink
fix: updating schema.graphql not done yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Dec 11, 2024
1 parent 81756ff commit 357b082
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/api-cardano-db-hasura/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ type CollateralOutput_sum_fields {
value: Lovelace
}

type CommiteeHash {
type CommitteeHash {
view: String
has_script: Boolean
raw: Hex
Expand All @@ -650,10 +650,10 @@ input CommitteeHash_order_by {
raw: order_by
}

input CommiteeHash_bool_exp {
_and: [CommiteeHash_bool_exp]
_not: CommiteeHash_bool_exp
_or: [CommiteeHash_bool_exp]
input CommitteeHash_bool_exp {
_and: [CommitteeHash_bool_exp]
_not: CommitteeHash_bool_exp
_or: [CommitteeHash_bool_exp]
view: text_comparison_exp
hasScript: Boolean_comparison_exp
raw: Hex_comparison_exp
Expand All @@ -662,7 +662,7 @@ input CommiteeHash_bool_exp {
type CommitteeMember {
expiration_epoch: Int
commitee: Committee
commiteeHash: CommiteeHash
commiteeHash: CommitteeHash
}

input CommitteeMember_order_by {
Expand All @@ -677,7 +677,7 @@ input CommitteeMember_bool_exp {
_or: [CommitteeMember_bool_exp]
expiration_epoch: Int_comparison_exp
committee: Committee_bool_exp
committeeHash: CommiteeHash_bool_exp
committeeHash: CommitteeMember_bool_exp
}

type Committee {
Expand Down

0 comments on commit 357b082

Please sign in to comment.