IntraComponentDependencySpecificationTypeConnection
The connection type for IntraComponentDependencySpecificationType.
type IntraComponentDependencySpecificationTypeConnection {
edges: [IntraComponentDependencySpecificationTypeEdge!]!
nodes: [IntraComponentDependencySpecificationType!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
IntraComponentDependencySpecificationTypeConnection.edges
● [IntraComponentDependencySpecificationTypeEdge!]!
non-null object
A list of all edges of the current page.
IntraComponentDependencySpecificationTypeConnection.nodes
● [IntraComponentDependencySpecificationType!]!
non-null object
A list of all nodes of the current page.
IntraComponentDependencySpecificationTypeConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
IntraComponentDependencySpecificationTypeConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.
Member of
ComponentTemplate
object