Skip to content

IntraComponentDependencySpecificationConnection ​

The connection type for IntraComponentDependencySpecification.

graphql
type IntraComponentDependencySpecificationConnection {
  edges: [IntraComponentDependencySpecificationEdge!]!
  nodes: [IntraComponentDependencySpecification!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields ​

IntraComponentDependencySpecificationConnection.edges ● [IntraComponentDependencySpecificationEdge!]! non-null object ​

A list of all edges of the current page.

IntraComponentDependencySpecificationConnection.nodes ● [IntraComponentDependencySpecification!]! non-null object ​

A list of all nodes of the current page.

IntraComponentDependencySpecificationConnection.pageInfo ● PageInfo! non-null object ​

Information to aid in pagination.

IntraComponentDependencySpecificationConnection.totalCount ● Int! non-null scalar ​

Identifies the total count of items in the connection.

Member Of ​

ComponentVersion object

Released under the MIT License.