Skip to main content

PinnedSearchConnection

The connection type for PinnedSearch.

type PinnedSearchConnection {
edges: [PinnedSearchEdge]
nodes: [PinnedSearch]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}

Fields

PinnedSearchConnection.edges ● [PinnedSearchEdge] list object common

A list of edges.

PinnedSearchConnection.nodes ● [PinnedSearch] list object common

A list of nodes.

PinnedSearchConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

PinnedSearchConnection.totalCount ● Int! non-null scalar common

The total number of objects returned from the query.

PinnedSearchConnection.totalPageCount ● Int! non-null scalar common

The total number of pages based on total page count and page size.

Returned by

pinnedSearches query

Member of

Channel interface ● DemoEmailChannel object ● EmailChannel object