ArticleConnection
The connection type for Article.
type ArticleConnection {
edges: [ArticleEdge]
nodes: [Article]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}
Fields
ArticleConnection.edges ● [ArticleEdge] list object common
A list of edges.
ArticleConnection.nodes ● [Article] list object common
A list of nodes.
ArticleConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
ArticleConnection.totalCount ● Int! non-null scalar common
The total number of objects returned from the query.
ArticleConnection.totalPageCount ● Int! non-null scalar common
The total number of pages based on total page count and page size.
Returned by
articles query
Member of
Article object ● KbCategory object ● KnowledgeBase object