Add extraFields
to allOrders
and customerOrders
GraphQL queries
#162
Labels
extraFields
to allOrders
and customerOrders
GraphQL queries
#162
Type:
Summary:
Currently, there seems to be no
extraFields
on theallOrders
andcustomerOrders
queries, unlike theinvoices
query. Single order queries likeorder
andcustomerOrder
has it, so I can't see at least why it can't be added on the order list-level queries. There is still the workaround of fetching theextraFields
of each order one by one, but preferably we won't do it that way.Also open to suggestions and recommendations.
Thank you!
The text was updated successfully, but these errors were encountered: