linkUserToLine
Link an AccountUser to a LINE account.
Arguments
Input fields to link an account user with LINE.
Returns
LinkUserToLineResponse!Possible Errors
Allowed Viewers
Query Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation LinkUserToLine($input: LinkUserToLineInput!) {
linkUserToLine(input: $input) {
... on AlreadyLinkedError {
...AlreadyLinkedErrorFragment
}
... on LineLinkRedirectResponse {
...LineLinkRedirectResponseFragment
}
... on LinkTokenNotFound {
...LinkTokenNotFoundFragment
}
}
}
Variables
{
"input": LinkUserToLineInput
}
Response
{
"data": {
"linkUserToLine": AlreadyLinkedError
}
}