Replicating "orders_by_date" Report (Customer_type, gift_card, pending_sales)

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:

  1. customer_type
  2. gift_card_discounts
  3. gift_card_gross_sales
  4. gift_cards_issued
  5. pending_sales

Is there a place to get these from graphql OR is there a way to join these into graphql from other places?