query: {
    marketplaceListWriteoffProposals: [{
        data: Variable<"MarketplaceListWriteoffProposalsInput!", "data">;
        options: Variable<"PaginationInput", "options">;
    }, {
        currentPage: boolean;
        items: {
            authorized_at: boolean;
            coopname: boolean;
            created_at: boolean;
            cycle_started_at: boolean;
            decided_by_account: boolean;
            decision_id: boolean;
            decision_log: {
                action: boolean;
                actor: boolean;
                at: boolean;
            };
            executed_at: boolean;
            id: boolean;
            items: {
                amount: boolean;
                asset_title: boolean;
                braname: boolean;
                branch_name: boolean;
                executed: boolean;
                inventory_ids: boolean;
                package_size: boolean;
                quantity: boolean;
                reason: boolean;
                unit_of_measure: boolean;
            };
            proposal_hash: boolean;
            proposed_by_account: boolean;
            reject_reason: boolean;
            rejected_at: boolean;
            status: boolean;
            submitted_at: boolean;
            total_amount: boolean;
            trigger: boolean;
            updated_at: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }];
} = ...

Type declaration

  • marketplaceListWriteoffProposals: [{
        data: Variable<"MarketplaceListWriteoffProposalsInput!", "data">;
        options: Variable<"PaginationInput", "options">;
    }, {
        currentPage: boolean;
        items: {
            authorized_at: boolean;
            coopname: boolean;
            created_at: boolean;
            cycle_started_at: boolean;
            decided_by_account: boolean;
            decision_id: boolean;
            decision_log: {
                action: boolean;
                actor: boolean;
                at: boolean;
            };
            executed_at: boolean;
            id: boolean;
            items: {
                amount: boolean;
                asset_title: boolean;
                braname: boolean;
                branch_name: boolean;
                executed: boolean;
                inventory_ids: boolean;
                package_size: boolean;
                quantity: boolean;
                reason: boolean;
                unit_of_measure: boolean;
            };
            proposal_hash: boolean;
            proposed_by_account: boolean;
            reject_reason: boolean;
            rejected_at: boolean;
            status: boolean;
            submitted_at: boolean;
            total_amount: boolean;
            trigger: boolean;
            updated_at: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }]