ArticleTextContentTypeConnection
The connection type for ArticleTextContentType.
type ArticleTextContentTypeConnection {
edges: [ArticleTextContentTypeEdge]
nodes: [ArticleTextContentType]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ArticleTextContentTypeConnection.edges ● [ArticleTextContentTypeEdge] list object
A list of edges.
ArticleTextContentTypeConnection.nodes ● [ArticleTextContentType] list object
A list of nodes.
ArticleTextContentTypeConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ArticleTextContentTypeConnection.totalCount ● Int! non-null scalar
Returned By
articleTextContents query