articles
Lists all Knowledge Base articles.
articles(
after: String
before: String
filter: ArticleFilter
first: Int
last: Int
orderBy: ArticleOrder
): ArticleConnection!
Arguments
articles.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
articles.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
articles.filter ● ArticleFilter input common
The fields by which to filter the results.
articles.first ● Int scalar common
Returns the first n elements from the list.
articles.last ● Int scalar common
Returns the last n elements from the list.
articles.orderBy ● ArticleOrder input common
The field and direction by which to order the results.
Type
ArticleConnection object common
The connection type for Article.