OBJECT

CreateAccountLinkError

Error that occurs while creating an account link.

link GraphQL Schema definition

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