OBJECT

UnlinkAmazonConnectionPayload

UnlinkAmazonConnectionPayload indicates whether the unlinking was successful or not.

link GraphQL Schema definition

1type UnlinkAmazonConnectionPayload {
2
3# Whether or not the unlink operation was successful. Only reports if the
4# underlying call was successful, as such will return true even if no unlinking
5# occured (such as when as user doesn't have a linked amazon account, for
6# instance).
7isSuccess: Boolean
8
9}