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