Shopify payment payout API - Migration to GraphQL

In REST, we can load payout transactions via the shopify_payments_payouts scope.

Unfortunately the equivalent GraphQL API requires a different scope read_shopify_payments or read_shopify_payments_accounts :triumph:

This means that we cannot migrate our pubic to GraphQL smoothly.
Is there a process for Shopify to backfill our permissions from shopify_payments_payouts to read_shopify_payments?