I’m reading this https://shopify.dev/apps/billing/subscriptions/annual#plan-changes and I’m wondering if there is a way to see this deferred status and the subscription cycle end date through the Graphql.
For example, if a merchant downgrades from a $200/year to $10/month subscription - GraphQL shows the $200/year plan as cancelled and the $10/month plan as active. This is a bit confusing since I expect the $200/year to still be active and the $10/month to be in a deferred status (and switch to active next year). Especially since my app should really still be giving the features of the $200/year “cancelled” plan until it officially ends.