All Offer APIs#24
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| structure ListOffersInput with [InputPagination] { | ||
| @required | ||
| @httpLabel | ||
| brandSlug: Slug |
There was a problem hiding this comment.
dd some queries. offers added today? offer to expire today, tomorrow, in a week? offer to a product? offers in a store?
| input: CreateOfferInput | ||
| output: OfferSummary | ||
| errors: [ | ||
| ResourceAlreadyExistsError |
There was a problem hiding this comment.
also 404 error, in case that brandSlug does not exist
No description provided.