ParticipantEdge
An edge in a connection.
type ParticipantEdge {
cursor: String!
node: Participant
}
Fields
ParticipantEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
ParticipantEdge.node ● Participant object
The item at the end of the edge.
Member of
ParticipantConnection object