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