predefinedParameterGroups
Find predefined parameter groups (content strategy templates)
predefinedParameterGroups(
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
createdAt: DateTimeRange
updatedAt: DateTimeRange
ids: [ID!]
language: AccountLocale
predefinedParameterGroupSetIds: [ID!]
after: String
before: String
first: Int
last: Int
): PredefinedParameterGroupConnection
Arguments
predefinedParameterGroups.sort ● [Sort!] list input
Sort result
predefinedParameterGroups.createdAt ● DateTimeRange input
Filter by created at
predefinedParameterGroups.updatedAt ● DateTimeRange input
Filter by updated at
predefinedParameterGroups.ids ● [ID!] list scalar
Filter by IDs
predefinedParameterGroups.language ● AccountLocale enum
Filter by language
predefinedParameterGroups.predefinedParameterGroupSetIds ● [ID!] list scalar
Filter by predefined parameter group set IDs
predefinedParameterGroups.after ● String scalar
Returns the elements in the list that come after the specified cursor.
predefinedParameterGroups.before ● String scalar
Returns the elements in the list that come before the specified cursor.
predefinedParameterGroups.first ● Int scalar
Returns the first _n_ elements from the list.
predefinedParameterGroups.last ● Int scalar
Returns the last _n_ elements from the list.
Type
PredefinedParameterGroupConnection object
The connection type for PredefinedParameterGroup.