desPartGlobalSearch
Searches part by attributes globally.
desPartGlobalSearch(
after: String
before: String
first: Int
last: Int
order: DesPartGlobalSearchSortInput
where: DesPartGlobalSearchFilterInput
): DesPartGlobalSearchConnection
Arguments
desPartGlobalSearch.after ● String scalar
Returns the elements in the list that come after the specified cursor.
desPartGlobalSearch.before ● String scalar
Returns the elements in the list that come before the specified cursor.
desPartGlobalSearch.first ● Int scalar
Returns the first _n_ elements from the list.
desPartGlobalSearch.last ● Int scalar
Returns the last _n_ elements from the list.
desPartGlobalSearch.order ● DesPartGlobalSearchSortInput input
desPartGlobalSearch.where ● DesPartGlobalSearchFilterInput input
Type
DesPartGlobalSearchConnection object
A connection to a list of items.