Skip to content

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.

Member Of ​

IntraComponentDependencyParticipantConnection object

Released under the MIT License.