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