Skip to main content

parameterOptions

Find parameter options

parameterOptions(
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
createdAt: DateTimeRange
updatedAt: DateTimeRange
articleIds: [ID!]
ids: [ID!]
parameterIds: [ID!]
storyIds: [ID!]
suggestion: Boolean
topicIds: [ID!]
after: String
before: String
first: Int
last: Int
): ParameterOptionConnection

Arguments

parameterOptions.sort ● [Sort!] list input

Sort result

parameterOptions.createdAt ● DateTimeRange input

Filter by created at

parameterOptions.updatedAt ● DateTimeRange input

Filter by updated at

parameterOptions.articleIds ● [ID!] list scalar

Filter by article IDs

parameterOptions.ids ● [ID!] list scalar

Filter by IDs

parameterOptions.parameterIds ● [ID!] list scalar

Filter by parameter IDs

parameterOptions.storyIds ● [ID!] list scalar

Filter by story IDs

parameterOptions.suggestion ● Boolean scalar

Filter by suggestion

parameterOptions.topicIds ● [ID!] list scalar

Filter by topic IDs

parameterOptions.after ● String scalar

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

parameterOptions.before ● String scalar

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

parameterOptions.first ● Int scalar

Returns the first _n_ elements from the list.

parameterOptions.last ● Int scalar

Returns the last _n_ elements from the list.

Type

ParameterOptionConnection object

The connection type for ParameterOption.