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