Skip to main content

ArtefactConnection

The connection type for Artefact.

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