Skip to main content

themes

Lists all Knowledge Base themes.

themes(
after: String
before: String
first: Int
last: Int
): ThemeConnection!

Arguments

themes.after ● String scalar common

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

themes.before ● String scalar common

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

themes.first ● Int scalar common

Returns the first n elements from the list.

themes.last ● Int scalar common

Returns the last n elements from the list.

Type

ThemeConnection object common

The connection type for Theme.