I’m trying to migrate from legacy REST API to GraphQL API.
Unexpected Error 22 keeps coming out as I test purchase_order query command, following the doc: https://developer.shiphero.com/examples-query/#purchaseorder
Exception: {‘message’: ‘Unexpected Error’, ‘operation’: ‘purchase_order’, ‘field’: ‘line_items’, ‘request_id’: ‘5f5006de
eeec1973aadff3a8’, ‘code’: 22}
As I remove the line_items node totally from GraphQL, the query works.
How can I query line_items correctly by using purchase_order command?