Skip to content

IssueCommentOrder

Defines the order of a IssueComment list

graphql
input IssueCommentOrder {
  direction: OrderDirection
  field: IssueCommentOrderField
}

Fields

IssueCommentOrder.direction ● OrderDirection enum

The direction to order by, defaults to ASC

IssueCommentOrder.field ● IssueCommentOrderField enum

The field to order by, defaults to ID

Released under the MIT License.