supplierQuickLinks
List multiple SupplierQuickLinks for an app.
At least one filter is required, supplierId and quickLinkType are required to be used together.
Permissions vary by filter:
- appId: You must be an appClient for the app.
- supplierId: You must have supplier/read permission for the supplier.
supplierQuickLinks(
after: String
appId: ID
before: String
first: Int
last: Int
quickLinkType: SupplierQuickLinkType
supplierId: ID
): SupplierQuickLinkConnection!
Arguments
supplierQuickLinks.after ● String scalar
Returns the elements in the list that come after the specified cursor.
supplierQuickLinks.appId ● ID scalar
Filter for AppId, cannot be used with other filters.
supplierQuickLinks.before ● String scalar
Returns the elements in the list that come before the specified cursor.
supplierQuickLinks.first ● Int scalar
Returns the first n elements from the list.
supplierQuickLinks.last ● Int scalar
Returns the last n elements from the list.
supplierQuickLinks.quickLinkType ● SupplierQuickLinkType enum
Filter to be used with supplierId, cannot be used with other filters.
supplierQuickLinks.supplierId ● ID scalar
Filter to be used with quickLinkType, cannot be used with other filters.
Type
SupplierQuickLinkConnection object
Paginate through SupplierQuickLinks