Skip to main content

contentList

List all content.

contentList(
filter: ContentFilterInput
sortBy: ContentSortingInput
before: String
after: String
first: Int
last: Int
): ContentCountableConnection!

Arguments

contentList.filter ● ContentFilterInput input

contentList.sortBy ● ContentSortingInput input

contentList.before ● String scalar

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

contentList.after ● String scalar

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

contentList.first ● Int scalar

Returns the first n items from the list.

contentList.last ● Int scalar

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

Type

ContentCountableConnection object

A connection to a list of items.

Was this page helpful?