feat: add optional arguments for block height and block time to Mutation.dryRun
#2207
Labels
graphql-api
Affects API of the GraphQL
Mutation.dryRun
#2207
Context
Currently, the
dryRun
mutation looks like this:While the block producer internally supports providing a block height and a block time (after #2206 is merged). We should add options for these parameters in the graphql API, and in the graphql client implementation.
Note that adding optional arguments to a graphql API is a non-breaking change, but if we modify the graphql client
dry_run_opt
function, it's a breaking change that needs to be coordinated with the Rust SDK team.Definition of Done
The GraphQL API mutation
Mutation.dryRun
supports optional arguments for specifying block height and block time.The text was updated successfully, but these errors were encountered: