OBJECT
ProfileEntityEdge
A Relay edge containing a ProfileEntity
and its cursor.
link GraphQL Schema definition
- type ProfileEntityEdge {
- # The item at the end of the edge
- ProfileEntity :
- # A cursor for use in pagination
- String! :
- }
OBJECT
A Relay edge containing a ProfileEntity
and its cursor.
- type ProfileEntityEdge {
- # The item at the end of the edge
- ProfileEntity :
- # A cursor for use in pagination
- String! :
- }