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