Skip to main content

ArtefactTemplateConnection

The connection type for ArtefactTemplate.

type ArtefactTemplateConnection {
edges: [ArtefactTemplateEdge!]!
nodes: [ArtefactTemplate!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ArtefactTemplateConnection.edges ● [ArtefactTemplateEdge!]! non-null object

A list of all edges of the current page.

ArtefactTemplateConnection.nodes ● [ArtefactTemplate!]! non-null object

A list of all nodes of the current page.

ArtefactTemplateConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ArtefactTemplateConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned by

artefactTemplates query

Member of

ArtefactTemplate object