desPartSearch
Searches parts by attributes.
desPartSearch(
after: String
before: String
first: Int
last: Int
order: [DesPartSortInput!]
where: DesPartSearchFilterInput
): DesPartSearchConnection
Arguments
desPartSearch.after ● String scalar
Returns the elements in the list that come after the specified cursor.
desPartSearch.before ● String scalar
Returns the elements in the list that come before the specified cursor.
desPartSearch.first ● Int scalar
Returns the first _n_ elements from the list.
desPartSearch.last ● Int scalar
Returns the last _n_ elements from the list.
desPartSearch.order ● [DesPartSortInput!] list input
desPartSearch.where ● DesPartSearchFilterInput input
Type
DesPartSearchConnection object
A connection to a list of items.