getSubscriptionAccount
Fetch a subscription account by id.
Arguments
Argument
Description
id (ID!)
Return fields
createdAt (ISO8601DateTime!)
The date and time when the subscription account was created.
firstSubscription (Subscription)
The first subscription created for this account.
id (ID!)
The id of the subscription account.
status (SubscriptionAccountStatus!)
The current status of the subscription account.
subscriptions (SubscriptionConnection)
List of subscriptions associated with this account.
updatedAt (ISO8601DateTime!)
The date and time when the subscription account was last updated.
Last updated
Was this helpful?