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