Skip to main content

desPartSearch

Searches parts by attributes.

desPartSearch(
after: String
before: String
first: Int
last: Int
order: [DesPartSortInput!]
where: DesPartSearchFilterInput
): DesPartSearchConnection

Arguments

desPartSearch.after ● String scalar

The cursor to return the parts after.

desPartSearch.before ● String scalar

Returns the elements in the list that come before the specified cursor.

desPartSearch.first ● Int scalar

The maximum number of parts to return.

desPartSearch.last ● Int scalar

Returns the last _n_ elements from the list.

desPartSearch.order ● [DesPartSortInput!] list input

The sort order to apply to the parts.

desPartSearch.where ● DesPartSearchFilterInput input

The filter to apply to the part search.

Type

DesPartSearchConnection object

A connection to a list of items.