INPUT_OBJECT

UnlinkAmazonConnectionInput

UnlinkAmazonConnectionInput represent the parameters necessary to unlink an amazon connection.

link GraphQL Schema definition

1input UnlinkAmazonConnectionInput {
4
2# Id of the user that wishes to unlink his amazon connection.
3userID: ID
5}