OBJECT
ExternalMarketplaceOAuthQuoteRequestQuery
link GraphQL Schema definition
- type ExternalMarketplaceOAuthQuoteRequestQuery {
- # Arguments
- # quoteRequestNid:
- QuoteRequestNid!): NonNullExternalMarketplaceOauthQuoteRequestOutputValueOrErrorList! ( :
- # Returns a list of quote requests that was created in the specified date
- # interval.
- #
- # Arguments
- # dateInterval: Two dates are required. Maximum date interval is
- # 7 days.
- (
- ExternalMarketplaceOAuthQuoteRequestListDateIntervalInput! :
- ): NonNullListOfNonNullExternalMarketplaceOauthQuoteRequestOutputValueOrErrorList!
- }