I am trying to implement app subscription for my app and when while researching the topic I’ve found out that the order of updates can sometimes be a problem, eg out of order, or even missing some updates due to network issues. So it seems that the best approach is to use the API to get the most recent version of the AppSubscription but I cannot find any way to get the subscription inside the REST nor preferably the GRAPHQL API docs.
I want to get this [AppSubscription](https://shopify.dev/docs/api/admin-graphql/2024-04/objects/AppSubscription) object via the graphql using the global ID I get from appSubscriptionCreate mutation