contentTypeParameters
Find content type parameters
contentTypeParameters(
after: String
before: String
contentTypeId: ID
first: Int
last: Int
parameterId: ID
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "id" }]
state: [ContentTypeParameterState!]
): ContentTypeParameterConnection
Arguments
contentTypeParameters.after ● String scalar
Returns the elements in the list that come after the specified cursor.
contentTypeParameters.before ● String scalar
Returns the elements in the list that come before the specified cursor.
contentTypeParameters.contentTypeId ● ID scalar
Filter by content type ID
contentTypeParameters.first ● Int scalar
Returns the first _n_ elements from the list.
contentTypeParameters.last ● Int scalar
Returns the last _n_ elements from the list.
contentTypeParameters.parameterId ● ID scalar
Filter by parameter ID
contentTypeParameters.sort ● [Sort!] list input
Sort result
contentTypeParameters.state ● [ContentTypeParameterState!] list enum
Filter by states
Type
ContentTypeParameterConnection object
The connection type for ContentTypeParameter.