suppliers
The list of suppliers in the supplier library in EventsAir.
See SupplierSearchFilterInput
for details on how the optional input argument can be used to filter suppliers.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
suppliers(
input: SupplierSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Supplier!]!
Arguments
suppliers.input ● SupplierSearchFilterInput! non-null input
suppliers.limit ● PaginationLimit! non-null scalar
suppliers.offset ● NonNegativeInt! non-null scalar
Type
Supplier object
A supplier.