query: {
    marketplaceListReturnClaimsByBraname: [{
        data: Variable<"MarketplaceListReturnClaimsByBranameInput!", "data">;
    }, {
        actual_quantity: boolean;
        coopname: boolean;
        created_at: boolean;
        decision_log: {
            at: boolean;
            braname: boolean;
            braname_name: boolean;
            by_chairman_account: boolean;
            by_chairman_name: boolean;
            comment: boolean;
            decision: boolean;
            stage: boolean;
            tx_hash: boolean;
        };
        defect_category: boolean;
        delivery_braname: boolean;
        expected_resolution: boolean;
        fact_cost: boolean;
        fee_refund: boolean;
        id: boolean;
        ledger_snapshot: {
            amount: boolean;
            at: boolean;
            returned_quantity: boolean;
            tx_hash: boolean;
        };
        on_site_inspection: {
            at: boolean;
            by_chairman_account: boolean;
            photos: {
                content_hash: boolean;
                mime_type: boolean;
                uploaded_at: boolean;
                url: boolean;
            };
            result_text: boolean;
            scanned_barcode: boolean;
        };
        order_hash: boolean;
        order_id: boolean;
        orderer_account: boolean;
        orderer_name: boolean;
        package_size: boolean;
        photos: {
            content_hash: boolean;
            mime_type: boolean;
            uploaded_at: boolean;
            url: boolean;
        };
        product_name: boolean;
        reason_text: boolean;
        request_hash: boolean;
        status: boolean;
        submretrn_tx_hash: boolean;
        supplier_account: boolean;
        total_refund: boolean;
        unit_of_measure: boolean;
        updated_at: boolean;
        warranty_until: boolean;
    }];
} = ...

Type declaration

  • marketplaceListReturnClaimsByBraname: [{
        data: Variable<"MarketplaceListReturnClaimsByBranameInput!", "data">;
    }, {
        actual_quantity: boolean;
        coopname: boolean;
        created_at: boolean;
        decision_log: {
            at: boolean;
            braname: boolean;
            braname_name: boolean;
            by_chairman_account: boolean;
            by_chairman_name: boolean;
            comment: boolean;
            decision: boolean;
            stage: boolean;
            tx_hash: boolean;
        };
        defect_category: boolean;
        delivery_braname: boolean;
        expected_resolution: boolean;
        fact_cost: boolean;
        fee_refund: boolean;
        id: boolean;
        ledger_snapshot: {
            amount: boolean;
            at: boolean;
            returned_quantity: boolean;
            tx_hash: boolean;
        };
        on_site_inspection: {
            at: boolean;
            by_chairman_account: boolean;
            photos: {
                content_hash: boolean;
                mime_type: boolean;
                uploaded_at: boolean;
                url: boolean;
            };
            result_text: boolean;
            scanned_barcode: boolean;
        };
        order_hash: boolean;
        order_id: boolean;
        orderer_account: boolean;
        orderer_name: boolean;
        package_size: boolean;
        photos: {
            content_hash: boolean;
            mime_type: boolean;
            uploaded_at: boolean;
            url: boolean;
        };
        product_name: boolean;
        reason_text: boolean;
        request_hash: boolean;
        status: boolean;
        submretrn_tx_hash: boolean;
        supplier_account: boolean;
        total_refund: boolean;
        unit_of_measure: boolean;
        updated_at: boolean;
        warranty_until: boolean;
    }]