Skip to content

ComponentTemplateConnection

The connection type for ComponentTemplate.

graphql
type ComponentTemplateConnection {
  edges: [ComponentTemplateEdge!]!
  nodes: [ComponentTemplate!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

ComponentTemplateConnection.edges ● [ComponentTemplateEdge!]! non-null object

A list of all edges of the current page.

ComponentTemplateConnection.nodes ● [ComponentTemplate!]! non-null object

A list of all nodes of the current page.

ComponentTemplateConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ComponentTemplateConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

componentTemplates query

Member Of

ComponentTemplate object ● InterfaceSpecificationTemplate object ● IntraComponentDependencySpecificationType object ● View object

Released under the MIT License.