Skip to content

IntraComponentDependencySpecificationTypeEdge

An edge in a connection.

graphql
type IntraComponentDependencySpecificationTypeEdge {
  cursor: String!
  node: IntraComponentDependencySpecificationType!
}

Fields

IntraComponentDependencySpecificationTypeEdge.cursor ● String! non-null scalar

A cursor used in pagination.

IntraComponentDependencySpecificationTypeEdge.node ● IntraComponentDependencySpecificationType! non-null object

The item at the end of the edge.

Member Of

IntraComponentDependencySpecificationTypeConnection object

Released under the MIT License.