Skip to content

issueTemplates

Query for nodes of type IssueTemplate

graphql
issueTemplates(
  after: String
  before: String
  filter: IssueTemplateFilterInput
  first: Int
  last: Int
  orderBy: [IssueTemplateOrder!]
  skip: Int
): IssueTemplateConnection!

Arguments

issueTemplates.after ● String scalar

Get only items after the cursor

issueTemplates.before ● String scalar

Get only items before the cursor

issueTemplates.filter ● IssueTemplateFilterInput input

Filter for specific items in the connection

issueTemplates.first ● Int scalar

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

issueTemplates.last ● Int scalar

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

issueTemplates.orderBy ● [IssueTemplateOrder!] list input

Order in which the items are sorted

issueTemplates.skip ● Int scalar

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

Type

IssueTemplateConnection object

The connection type for IssueTemplate.

Released under the MIT License.