mutation: {
    marketplaceSwitchSupplierModel: [{
        input: Variable<"MarketplaceSwitchSupplierModelInput!", "input">;
    }, {
        contract_date: boolean;
        contract_document_url: boolean;
        contract_number: boolean;
        coopname: boolean;
        id: boolean;
        member_account: boolean;
        model: boolean;
        requested_at: boolean;
        requested_by: boolean;
        reviewed_at: boolean;
        reviewed_by: boolean;
        status: boolean;
    }];
} = ...

Type declaration

  • marketplaceSwitchSupplierModel: [{
        input: Variable<"MarketplaceSwitchSupplierModelInput!", "input">;
    }, {
        contract_date: boolean;
        contract_document_url: boolean;
        contract_number: boolean;
        coopname: boolean;
        id: boolean;
        member_account: boolean;
        model: boolean;
        requested_at: boolean;
        requested_by: boolean;
        reviewed_at: boolean;
        reviewed_by: boolean;
        status: boolean;
    }]