I have been diligently working on replicating the “orders_by_date” report using GraphQL, aiming to retrieve specific attributes for our reporting.
The fields I am currently unable to retrieve through GraphQL are as follows:
- customer_type
- gift_card_discounts
- gift_card_gross_sales
- gift_cards_issued
- pending_sales
Is there a place to get these from graphql OR is there a way to join these into graphql from other places?