Skip to content

Commit

Permalink
Merge pull request #596 from input-output-hk/feature/transactioninput…
Browse files Browse the repository at this point in the history
…_order_by_transaction

feature: `TransactionInput_order_by.transaction`
  • Loading branch information
rhyslbw authored Sep 17, 2021
2 parents 67a8777 + f775c45 commit ca4ae87
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 @@ -1277,6 +1277,7 @@ type TransactionInput {
input TransactionInput_order_by {
address: order_by
sourceTxHash: order_by
transaction: Transaction_order_by
txHash: order_by
value: order_by
}
Expand Down

0 comments on commit ca4ae87

Please sign in to comment.