artefactTemplates
Query for nodes of type ArtefactTemplate
artefactTemplates(
  after: String
  before: String
  filter: ArtefactTemplateFilterInput
  first: Int
  last: Int
  orderBy: [ArtefactTemplateOrder!]
  skip: Int
): ArtefactTemplateConnection!
Arguments
artefactTemplates.after ● String scalar
Get only items after the cursor
artefactTemplates.before ● String scalar
Get only items before the cursor
artefactTemplates.filter ● ArtefactTemplateFilterInput input
Filter for specific items in the connection
artefactTemplates.first ● Int scalar
Get the first n items. Must not be used if before is specified
artefactTemplates.last ● Int scalar
Get the last n items. Must not be used if after is specified
artefactTemplates.orderBy ● [ArtefactTemplateOrder!] list input
Order in which the items are sorted
artefactTemplates.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
Type
ArtefactTemplateConnection object
The connection type for ArtefactTemplate.