DesPartGlobalSearchConnection
A connection to a list of items.
type DesPartGlobalSearchConnection {
edges: [DesPartGlobalSearchEdge!]
nodes: [DesPartGlobalSearchItem!]
pageInfo: PageInfo!
searchFacets: DesPartGlobalSearchFacets!
totalCount: Int!
}
Fields
DesPartGlobalSearchConnection.edges ● [DesPartGlobalSearchEdge!] list object
A list of edges.
DesPartGlobalSearchConnection.nodes ● [DesPartGlobalSearchItem!] list object
A flattened list of the nodes.
DesPartGlobalSearchConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
DesPartGlobalSearchConnection.searchFacets ● DesPartGlobalSearchFacets! non-null object
Gets the search facets for the current result set.
DesPartGlobalSearchConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.