A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello people!
If I do this in Python:
order = shopify.Order.find(name='#1111', status='any', limit=1)
print(order)
[order(4321967122878)]
How can I retrieve all attributes of an order?
Thank you!