Skip to content

Commit

Permalink
Remove Hash32HexString_comparison_exp in favour of text_comparison_exp
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jul 6, 2020
1 parent d8af75b commit 2e7fd1f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions packages/api-cardano-db-hasura/schema.graphql
Expand Up @@ -126,7 +126,7 @@ input Transaction_bool_exp {
block: Block_bool_exp
blockIndex: Int_comparison_exp
fee: BigInt_comparison_exp
hash: Hash32HexString_comparison_exp
hash: text_comparison_exp
includedAt: Date_comparison_exp
inputs: TransactionInput_bool_exp
outputs: TransactionOutput_bool_exp
Expand Down Expand Up @@ -319,7 +319,7 @@ input Block_bool_exp {
createdBy: text_comparison_exp
epoch: Epoch_bool_exp
fees: BigInt_comparison_exp
hash: Hash32HexString_comparison_exp
hash: text_comparison_exp
number: Int_comparison_exp
previousBlock: Block_bool_exp
nextBlock: Block_bool_exp
Expand Down Expand Up @@ -491,14 +491,6 @@ input Percentage_comparison_exp {
_neq: Percentage
}

# All fields are combined with logical 'AND'.
input Hash32HexString_comparison_exp {
_eq: Hash32HexString
_in: [Hash32HexString]
_neq: Hash32HexString
_nin: [Hash32HexString]
}

input text_comparison_exp {
_eq: String
_gt: String
Expand Down

0 comments on commit 2e7fd1f

Please sign in to comment.