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
Returns the elements in the list that come after the specified cursor.
supplyContacts.before ● String scalar
Returns the elements in the list that come before the specified cursor.
supplyContacts.filters ● SupplierContactFilterInput input
Filters to apply when retrieving supplier contacts
supplyContacts.first ● Int scalar
Returns the first _n_ elements from the list.
supplyContacts.last ● Int scalar
Returns the last _n_ elements from the list.
supplyContacts.sortField ● SupplierContactSortFieldEnum enum
Field to sort contacts by
supplyContacts.sortOrder ● SortTypeEnum enum
Sort direction - ASC for ascending, DESC for descending
Type
SupplySupplierContactConnection object
The connection type for SupplySupplierContact.