ENUM
AccountLinkStatus
An indicator for the account link's status in our system.
link GraphQL Schema definition
1 enum AccountLinkStatus { 2 3 # The account link is currently being used by the customer and third-party. 4 5 6 # The account link is marked as no longer in use but kept for historical purposes. 7 8 }