We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphQL API has no support for validator_transaction transaction type.
validator_transaction
Using list of available graphQL tables (https://cloud.hasura.io/public/graphiql?endpoint=https://api.mainnet.aptoslabs.com/v1/graphql) I can find only following transaction related tables:
block_metadata_transactions
user_transactions
account_transactions
But no validator_transaction table. This type was added and used only recently but is important to have.
Example of transaction of this type: https://explorer.aptoslabs.com/txn/975859175?network=mainnet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
GraphQL API has no support for
validator_transaction
transaction type.Repro
Using list of available graphQL tables (https://cloud.hasura.io/public/graphiql?endpoint=https://api.mainnet.aptoslabs.com/v1/graphql) I can find only following transaction related tables:
block_metadata_transactions
user_transactions
account_transactions
But no
validator_transaction
table. This type was added and used only recently but is important to have.Example of transaction of this type: https://explorer.aptoslabs.com/txn/975859175?network=mainnet
The text was updated successfully, but these errors were encountered: