Skip to content

imsTemplates ​

Query for nodes of type IMSTemplate

graphql
imsTemplates(
  after: String
  before: String
  filter: IMSTemplateFilterInput
  first: Int
  last: Int
  orderBy: [IMSTemplateOrder!]
  skip: Int
): IMSTemplateConnection!

Arguments ​

imsTemplates.after ● String scalar ​

Get only items after the cursor

imsTemplates.before ● String scalar ​

Get only items before the cursor

imsTemplates.filter ● IMSTemplateFilterInput input ​

Filter for specific items in the connection

imsTemplates.first ● Int scalar ​

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

imsTemplates.last ● Int scalar ​

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

imsTemplates.orderBy ● [IMSTemplateOrder!] list input ​

Order in which the items are sorted

imsTemplates.skip ● Int scalar ​

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

Type ​

IMSTemplateConnection object ​

The connection type for IMSTemplate.

Released under the MIT License.