Skip to content

relationTemplates

Query for nodes of type RelationTemplate

graphql
relationTemplates(
  after: String
  before: String
  filter: RelationTemplateFilterInput
  first: Int
  last: Int
  orderBy: [RelationTemplateOrder!]
  skip: Int
): RelationTemplateConnection!

Arguments

relationTemplates.after ● String scalar

Get only items after the cursor

relationTemplates.before ● String scalar

Get only items before the cursor

relationTemplates.filter ● RelationTemplateFilterInput input

Filter for specific items in the connection

relationTemplates.first ● Int scalar

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

relationTemplates.last ● Int scalar

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

relationTemplates.orderBy ● [RelationTemplateOrder!] list input

Order in which the items are sorted

relationTemplates.skip ● Int scalar

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

Type

RelationTemplateConnection object

The connection type for RelationTemplate.

Released under the MIT License.