Skip to content

ArtefactTemplateConnection ​

The connection type for ArtefactTemplate.

graphql
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

Released under the MIT License.