query: {
    getLedger2History: [{
        input: Variable<"GetLedger2HistoryInput!", "input">;
    }, {
        currentPage: boolean;
        items: {
            accountId: boolean;
            action: boolean;
            blockNum: boolean;
            coopname: boolean;
            createdAt: boolean;
            globalSequence: boolean;
            memo: boolean;
            operationCode: boolean;
            parentApplyGlobalSequence: boolean;
            processHash: boolean;
            quantity: boolean;
            username: boolean;
            walletFrom: boolean;
            walletTo: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }];
} = ...

Type declaration

  • getLedger2History: [{
        input: Variable<"GetLedger2HistoryInput!", "input">;
    }, {
        currentPage: boolean;
        items: {
            accountId: boolean;
            action: boolean;
            blockNum: boolean;
            coopname: boolean;
            createdAt: boolean;
            globalSequence: boolean;
            memo: boolean;
            operationCode: boolean;
            parentApplyGlobalSequence: boolean;
            processHash: boolean;
            quantity: boolean;
            username: boolean;
            walletFrom: boolean;
            walletTo: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }]