parameterOptions
Find parameter options
parameterOptions(
after: String
articleIds: [ID!]
before: String
createdAt: DateTimeRange
first: Int
ids: [ID!]
last: Int
parameterIds: [ID!]
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
storyIds: [ID!]
suggestion: Boolean
topicIds: [ID!]
updatedAt: DateTimeRange
): ParameterOptionConnection
Arguments
parameterOptions.after ● String scalar
Returns the elements in the list that come after the specified cursor.
parameterOptions.articleIds ● [ID!] list scalar
Filter by article IDs
parameterOptions.before ● String scalar
Returns the elements in the list that come before the specified cursor.
parameterOptions.createdAt ● DateTimeRange input
Filter by created at
parameterOptions.first ● Int scalar
Returns the first _n_ elements from the list.
parameterOptions.ids ● [ID!] list scalar
Filter by IDs
parameterOptions.last ● Int scalar
Returns the last _n_ elements from the list.
parameterOptions.parameterIds ● [ID!] list scalar
Filter by parameter IDs
parameterOptions.sort ● [Sort!] list input
Sort result
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.updatedAt ● DateTimeRange input
Filter by updated at
Type
ParameterOptionConnection object
The connection type for ParameterOption.