Hi,
How would I be able to retrieve all lineitems/fulfillmentlineitems/refunds from a specific order via Order GraphQL without having to specify first:100
? There are always a possibility that the order may have more than 100 line items.
Is the only way to rely on the cursor and make multiple calls to get lineItems from Order? Would there be something like a LineItemCount (Like how product has a variant count)?
Thanks!