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