OBJECT

UserAmazonConnection

The relationship between the user and Amazon.

link GraphQL Schema definition

1type UserAmazonConnection {
2
3# The Amazon associates store linked to this user.
4associatesStore: AssociatesStore
5
6}