GraphQL: BTC input address and output amount in one query

Hi,

sorry, absolute beginner here.
I’m looking for a way to combine a specific input address with an output amount (range) in one GraphQL query.
What I have: one specific given input address, the date and the output amount
What I want: all transactions with that input address at that date which have a output amount in my given range.

thanks in advance!

Please try this query