ENUM

AccountLinkStatus

An indicator for the account link's status in our system.

link GraphQL Schema definition

1enum AccountLinkStatus {
2
3# The account link is currently being used by the customer and third-party.
4ACTIVE
5
6# The account link is marked as no longer in use but kept for historical purposes.
7DISABLED
8}