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