desPartGlobalSearch
Searches part by attributes globally.
desPartGlobalSearch(
after: String
attributeFacets: [String!]
before: String
first: Int
last: Int
order: DesPartGlobalSearchSortInput
where: DesPartGlobalSearchFilterInput
): DesPartGlobalSearchConnection
Arguments
desPartGlobalSearch.after ● String scalar
The cursor to return the global parts after.
desPartGlobalSearch.attributeFacets ● [String!] list scalar
Specifies the list of attribute identifiers for which facets should be calculated.
desPartGlobalSearch.before ● String scalar
Returns the elements in the list that come before the specified cursor.
desPartGlobalSearch.first ● Int scalar
The maximum number of global parts to return.
desPartGlobalSearch.last ● Int scalar
Returns the last _n_ elements from the list.
desPartGlobalSearch.order ● DesPartGlobalSearchSortInput input
The sort order to apply to the global parts.
desPartGlobalSearch.where ● DesPartGlobalSearchFilterInput input
The filter to apply to the global part search.
Type
DesPartGlobalSearchConnection object
A connection to a list of items.