Skip to main content

contentTypes

Ordered list of content types

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

Arguments

contentTypes.sort ● [Sort!] list input

Sort result

contentTypes.createdAt ● DateTimeRange input

Filter by created at

contentTypes.updatedAt ● DateTimeRange input

Filter by updated at

contentTypes.archived ● Boolean scalar

Filter archived content types

contentTypes.after ● String scalar

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

contentTypes.before ● String scalar

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

contentTypes.first ● Int scalar

Returns the first _n_ elements from the list.

contentTypes.last ● Int scalar

Returns the last _n_ elements from the list.

Type

ContentTypeConnection object

The connection type for ContentType.