contentList
List of the content.
contentList(
filter: ContentFilterInput
sortBy: ContentSortingInput
before: String
after: String
first: Int
last: Int
): ContentCountableConnection
Arguments
contentList.filter ● ContentFilterInput input
Filtering options for content.
contentList.sortBy ● ContentSortingInput input
Sort content.
contentList.before ● String scalar
Return the elements in the list that come before the specified cursor.
contentList.after ● String scalar
Return the elements in the list that come after the specified cursor.
contentList.first ● Int scalar
Return the first n elements from the list.
contentList.last ● Int scalar
Return the last n elements from the list.