GraphQL orders query, filtering by financial_status doesn't seem to work

I encounter the same problem but I solved by lower case.

orders(first:20, query: “financial_status:paid”)