When using the REST API I was able to find out two things which I am having trouble locating now in GraphQL
Using the REST API I was able to access the ShippingLines.code property to tell me if the order was Standard or Express delivery.
Also we cater for Gift Wrapping and I was able to use the Note_Attributes to check if the name was “gift-note”
I cannot find either of these values now.