Skip to main content

articleTextContents

Returns a list of article text contents

articleTextContents(
after: String
articleIds: [ID!]
before: String
first: Int
last: Int
): ArticleTextContentTypeConnection

Arguments

articleTextContents.after ● String scalar

Returns the elements in the list that come after the specified cursor.

articleTextContents.articleIds ● [ID!] list scalar

Filter by article ids

articleTextContents.before ● String scalar

Returns the elements in the list that come before the specified cursor.

articleTextContents.first ● Int scalar

Returns the first _n_ elements from the list.

articleTextContents.last ● Int scalar

Returns the last _n_ elements from the list.

Type

ArticleTextContentTypeConnection object

The connection type for ArticleTextContentType.