supplySuppliers
Retrieves a paginated list of supply suppliers with comprehensive filtering capabilities.
This query allows you to fetch suppliers with advanced filtering options including keyword search, performance metrics filtering, and operational criteria filtering.
Permissions
Requires appropriate supplier read permissions. Users can only access suppliers for brands they have access to.
supplySuppliers(
after: String
before: String
filters: SupplierFilterInput
first: Int
last: Int
): SupplySupplierConnection!
Arguments
supplySuppliers.after ● String scalar
Returns the elements in the list that come after the specified cursor.
supplySuppliers.before ● String scalar
Returns the elements in the list that come before the specified cursor.
supplySuppliers.filters ● SupplierFilterInput input
Filters for querying suppliers
supplySuppliers.first ● Int scalar
Returns the first _n_ elements from the list.
supplySuppliers.last ● Int scalar
Returns the last _n_ elements from the list.
Type
SupplySupplierConnection object
The connection type for SupplySupplier.