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