Skip to main content

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:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
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.