Skip to main content

contentTypeParameterOptions

Find content type parameter options

contentTypeParameterOptions(
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "id" }]
contentTypeId: ID
parameterOptionId: ID
state: [ContentTypeParameterOptionState!]
after: String
before: String
first: Int
last: Int
): ContentTypeParameterOptionConnection

Arguments

contentTypeParameterOptions.sort ● [Sort!] list input

Sort result

contentTypeParameterOptions.contentTypeId ● ID scalar

Filter by content type ID

contentTypeParameterOptions.parameterOptionId ● ID scalar

Filter by parameter option ID

contentTypeParameterOptions.state ● [ContentTypeParameterOptionState!] list enum

Filter by states

contentTypeParameterOptions.after ● String scalar

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

contentTypeParameterOptions.before ● String scalar

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

contentTypeParameterOptions.first ● Int scalar

Returns the first _n_ elements from the list.

contentTypeParameterOptions.last ● Int scalar

Returns the last _n_ elements from the list.

Type

ContentTypeParameterOptionConnection object

The connection type for ContentTypeParameterOption.