Skip to content

IntraComponentDependencySpecificationEdge

An edge in a connection.

graphql
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.

Member Of

IntraComponentDependencySpecificationConnection object

Released under the MIT License.