contentTypeParameterOptions
Find content type parameter options
contentTypeParameterOptions(
after: String
before: String
contentTypeId: ID
first: Int
last: Int
parameterOptionId: ID
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "id" }]
state: [ContentTypeParameterOptionState!]
): ContentTypeParameterOptionConnection
Arguments
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.contentTypeId ● ID scalar
Filter by content type ID
contentTypeParameterOptions.first ● Int scalar
Returns the first _n_ elements from the list.
contentTypeParameterOptions.last ● Int scalar
Returns the last _n_ elements from the list.
contentTypeParameterOptions.parameterOptionId ● ID scalar
Filter by parameter option ID
contentTypeParameterOptions.sort ● [Sort!] list input
Sort result
contentTypeParameterOptions.state ● [ContentTypeParameterOptionState!] list enum
Filter by states
Type
ContentTypeParameterOptionConnection object
The connection type for ContentTypeParameterOption.