OBJECT
CreateAccountLinkError
Error that occurs while creating an account link.
link GraphQL Schema definition
1 type CreateAccountLinkError { 2 3 # Error code for error that occurred while creating an account link. 4 CreateAccountLinkErrorCode! : 5 6 }