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