Skip to main content

DesPartSearchConnection

A connection to a list of items.

type DesPartSearchConnection {
edges: [DesPartSearchEdge!]
nodes: [DesPart!]
pageInfo: PageInfo!
searchFacets: DesPartSearchFacets!
totalCount: Int!
}

Fields

DesPartSearchConnection.edges ● [DesPartSearchEdge!] list object

A list of edges.

DesPartSearchConnection.nodes ● [DesPart!] list object

A flattened list of the nodes.

DesPartSearchConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

DesPartSearchConnection.searchFacets ● DesPartSearchFacets! non-null object

Gets the search facets for the current result set.

DesPartSearchConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.