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