query: {
    marketplaceListContainerTypes: [{
        is_active: Variable<"Boolean", "is_active">;
    }, {
        height_cm: boolean;
        id: boolean;
        is_active: boolean;
        length_cm: boolean;
        max_weight_kg: boolean;
        name: boolean;
        volume_m3: boolean;
        width_cm: boolean;
    }];
} = ...

Type declaration

  • marketplaceListContainerTypes: [{
        is_active: Variable<"Boolean", "is_active">;
    }, {
        height_cm: boolean;
        id: boolean;
        is_active: boolean;
        length_cm: boolean;
        max_weight_kg: boolean;
        name: boolean;
        volume_m3: boolean;
        width_cm: boolean;
    }]