Skip to content

ArtefactConnection

The connection type for Artefact.

graphql
type ArtefactConnection {
  edges: [ArtefactEdge!]!
  nodes: [Artefact!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

ArtefactConnection.edges ● [ArtefactEdge!]! non-null object

A list of all edges of the current page.

ArtefactConnection.nodes ● [Artefact!]! non-null object

A list of all nodes of the current page.

ArtefactConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ArtefactConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

ArtefactTemplate object ● Component object ● Issue object ● IssueComment object ● Project object ● Trackable interface

Released under the MIT License.