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