Anyone know how to remove customer permissions during installation?

We have a custom app that reads only orders using GraphQL.

We do not use customer data or reference it anywhere but during installation it still asks for customer data permission.

Does anyone know how to remove this when accessing order data?

Thank you in advance.

I think it is displayed because orders contain customer data.

Yes you’re right, but we were hoping that since we only need to know the products in the order not the customer details, that we could only request order data not customer data as well.