INTERFACE
ProductGroupedScanEventsCountInterface
link GraphQL Schema definition
- interface ProductGroupedScanEventsCountInterface {
- # Arguments
- # dates: [Not documented]
- # kind: [Not documented]
- # productVariantIds: [Not documented]
- (
- : [DateRange!],
- : ScanEventKindEnum,
- : [HashId!]
- ): JSON
- # Arguments
- # dates: [Not documented]
- # kind: [Not documented]
- # productVariantIds: [Not documented]
- (
- : [DateRange!],
- : ScanEventKindEnum,
- : [HashId!]
- ): JSON
- }