MagentoFilterInput
import { MagentoFilterInput } from '@daffodil/driver/magento'
interface MagentoFilterInput {
typename: 'FilterStringTypeInput'
eq: string
in: string
match: string
}
Properties
Name | Type | Description |
---|---|---|
typename | 'FilterStringTypeInput' | |
eq | string | |
in | string | |
match | string |