PersonNameEdge
A Relay edge containing a PersonName and its cursor.
type PersonNameEdge {
node: PersonName
cursor: String!
}
Fields
PersonNameEdge.node ● PersonName object
The item at the end of the edge
PersonNameEdge.cursor ● String! non-null scalar
A cursor for use in pagination
Member Of
PersonNameConnection object