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