accountAssociations
Retrieve list of account associations
This page contains
Arguments
resellerAccountId ID | Reseller account ID. This field is required if you do not include the Customer account ID |
customerAccountId ID | Customer account ID. This field is required if you do not include the Reseller account ID |
first Int | Number of elements to return (page size) |
after String | Returns elements after specified cursor, for example bnVtYmVyPTAmc2l6ZT0xMA== |
before String | Returns elements before specified cursor, for example bnVtYmVyPTAmc2l6ZT0xMA== |
last Int | Number of elements to return in reverse order (page size) |
filter AccountAssociationFilter | Filter for account associations list |
orderBy AccountAssociationOrderBy | The property and direction to sort account associations by |
Return Fields
AccountAssociationConnection! | A connection type used to navigate through a list of account associations |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.