supplyContacts
Retrieves a paginated list of supplier contacts.
This query allows you to fetch supplier contacts with filtering options including keyword search, supplier and brand filtering, and contact information criteria.
Permissions
Requires supplier contact read permissions. Users can only access contacts for brands they have access to.
supplyContacts(
after: String
before: String
filters: SupplierContactFilterInput
first: Int
last: Int
sortField: SupplierContactSortFieldEnum = CREATED_AT
sortOrder: SortTypeEnum = DESC
): SupplySupplierContactConnection!
Arguments
supplyContacts.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
supplyContacts.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
supplyContacts.filters ● SupplierContactFilterInput input suppliers
Filters to apply when retrieving supplier contacts
supplyContacts.first ● Int scalar common
Returns the first _n_ elements from the list.
supplyContacts.last ● Int scalar common
Returns the last _n_ elements from the list.
supplyContacts.sortField ● SupplierContactSortFieldEnum enum suppliers
Field to sort contacts by
supplyContacts.sortOrder ● SortTypeEnum enum common
Sort direction - ASC for ascending, DESC for descending
Type
SupplySupplierContactConnection object common
The connection type for SupplySupplierContact.