The above is the result of querying an order by and fetching fulfillment line items along with it.
As you can see, the “variant” is null
When I fetch the same product using the product query, the variant does appear.
I want to map the variant id with the fulfillment line item id but that is impossible if the variant is null when retrieving fulfilment lines via order. The variant is null again if i retrieve the fulfillment lines by querying the fulfillments.