Skip to content

Commit

Permalink
docs: add documentation to validContract field
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Aug 11, 2021
1 parent eff1d9c commit 426ee20
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 @@ -1122,6 +1122,7 @@ type Transaction {
size: BigInt!
totalOutput: String!
includedAt: DateTime!
# True unless a contract is invalid
validContract: Boolean!
withdrawals: [Withdrawal]!
withdrawals_aggregate(
Expand Down

0 comments on commit 426ee20

Please sign in to comment.