A few months ago, Monarch changed their list transaction API to not even return hidden transactions.
It seems there is a new transactionVisibility parameter you can add to the graphql function that, when set to all_transactions, will make things go back to the prior functionality.
Right now, all hidden transactions are being omitted from search results, which is a change in functionality vs a few months ago. For backwards compatibility, I am proposing that we add this parameter and make the default value all_transactions.
A few months ago, Monarch changed their list transaction API to not even return hidden transactions.
It seems there is a new
transactionVisibilityparameter you can add to the graphql function that, when set toall_transactions, will make things go back to the prior functionality.Right now, all hidden transactions are being omitted from search results, which is a change in functionality vs a few months ago. For backwards compatibility, I am proposing that we add this parameter and make the default value
all_transactions.