getSubscriptionAccount
Fetch a subscription account by id.
Arguments
Argument
Description
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.
Argument
Description
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
updatedAt (ISO8601DateTime!)
The date and time when the subscription account was last updated.
Last updated
Was this helpful?