mutation: {
    marketplaceCreateContainerType: [{
        data: Variable<"MarketplaceCreateContainerTypeInput!", "data">;
    }, {
        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

  • marketplaceCreateContainerType: [{
        data: Variable<"MarketplaceCreateContainerTypeInput!", "data">;
    }, {
        height_cm: boolean;
        id: boolean;
        is_active: boolean;
        length_cm: boolean;
        max_weight_kg: boolean;
        name: boolean;
        volume_m3: boolean;
        width_cm: boolean;
    }]