ComponentTemplateConnection
The connection type for ComponentTemplate.
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