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