Hi, I want get order status url by using admin graphQL API
There are some ways to get order status url
-
Using admin REST API (Order). There is
order_status_urlfield. -
Using webhook order/* topic. There is
order_status_urlfield. -
Using storefront GraphQL API. Query customer and connection orders, and there is
statusUrlfield.
Shopify recommends to use graphQL API(because REST API will be deprecated).
But, I cannot find way to get order status url by using admin graphQL API.