Cardano GraphQL 2.2.0
This minor update makes it possible to naturally access withdrawals from the context of a transaction, rather than performing two separate queries and combining the result sets. Now the total output for a transaction can be accounted for using Transaction.withdrawals
in addition to Transaction.inputs
. A combined schema is also now included in the TypeScript client package, to simplify IDE configuration and code generation operations.
Compatible with
New Features
- Added
Transaction.withdrawals
inapi-cardano-db-hasura
: #318
Improvements
Documentation
README provides complete overview and documentation:
Supported Platforms
- Linux 64-bit
- Docker
Sign off
Role | Approval |
---|---|
Technical Lead | ✔️ |
QA Engineer | ✔️ |
Ops | ✔️ |
Release Manager | ✔️ |