QuoteConnection
A paginated list of Quote edges.
type QuoteConnection {
pageInfo: PageInfo!
edges: [QuoteEdge!]!
}
Fields
QuoteConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
QuoteConnection.edges
● [QuoteEdge!]!
non-null object
A list of Quote edges.
Returned By
quotes
query
Member Of
Contact
object ● Contract
object ● Letter
object ● Project
object ● Property
object ● Task
object