deals
Retrieve of a list of all deals the requesting user can access.
Arguments
deal_number (
String)
The customer facing deal number.
pagination (
Pagination!)
Pagination parameters for the query results.
Return fields
page (
Int!)
The page of results returned in this structure when using pagination.
page_size (
Int!)
The number of results returned in this structure when using pagination.
present (
Boolean!)
Whether or not there are any results in this structure.
results (
[Deal!]!)
A collection of deals matching the query constraints.
total_count (
Int!)
The total number of items matching the query constraints.