Skip to content

componentTemplates

Query for nodes of type ComponentTemplate

graphql
componentTemplates(
  after: String
  before: String
  filter: ComponentTemplateFilterInput
  first: Int
  last: Int
  orderBy: [ComponentTemplateOrder!]
  skip: Int
): ComponentTemplateConnection!

Arguments

componentTemplates.after ● String scalar

Get only items after the cursor

componentTemplates.before ● String scalar

Get only items before the cursor

componentTemplates.filter ● ComponentTemplateFilterInput input

Filter for specific items in the connection

componentTemplates.first ● Int scalar

Get the first n items. Must not be used if before is specified

componentTemplates.last ● Int scalar

Get the last n items. Must not be used if after is specified

componentTemplates.orderBy ● [ComponentTemplateOrder!] list input

Order in which the items are sorted

componentTemplates.skip ● Int scalar

Skips n items. First or last MUST be specified, is otherwise ignored

Type

ComponentTemplateConnection object

The connection type for ComponentTemplate.

Released under the MIT License.