Skip to main content

contentTypes

Ordered list of content types

contentTypes(
after: String
archived: Boolean
before: String
createdAt: DateTimeRange
first: Int
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "order" }]
updatedAt: DateTimeRange
): ContentTypeConnection

Arguments

contentTypes.after ● String scalar

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

contentTypes.archived ● Boolean scalar

Filter archived content types

contentTypes.before ● String scalar

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

contentTypes.createdAt ● DateTimeRange input

Filter by created at

contentTypes.first ● Int scalar

Returns the first _n_ elements from the list.

contentTypes.last ● Int scalar

Returns the last _n_ elements from the list.

contentTypes.sort ● [Sort!] list input

Sort result

contentTypes.updatedAt ● DateTimeRange input

Filter by updated at

Type

ContentTypeConnection object

The connection type for ContentType.