IntraComponentDependencySpecificationEdge
An edge in a connection.
type IntraComponentDependencySpecificationEdge {
  cursor: String!
  node: IntraComponentDependencySpecification!
}
Fields
IntraComponentDependencySpecificationEdge.cursor ● String! non-null scalar
A cursor used in pagination.
IntraComponentDependencySpecificationEdge.node ● IntraComponentDependencySpecification! non-null object
The item at the end of the edge.