INPUT_OBJECT
CreateAccountLinkInput
Information to create a link between an Amazon account and a third-party account
link GraphQL Schema definition
1 input CreateAccountLinkInput { 4 2 # The third-party account type 3 String! : 7 5 # The token that is associated with the third party account 6 String! : 10 8 # The redirect URI that was used to get the token. 9 String : 13 11 # Optional param to overwrite the existing account link 12 Boolean : 16 14 # Optional param to specify a specific OAuth client ID 15 String : 17 }