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