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