query: { getLedger2Postings: [{ input: Variable<"GetLedger2PostingsInput!", "input">; }, { currentPage: boolean; items: { blockNum: boolean; createdAt: boolean; creditAccountId: boolean; creditGlobalSequence: boolean; debitAccountId: boolean; debitGlobalSequence: boolean; key: boolean; memo: boolean; operationCode: boolean; parentApplyGlobalSequence: boolean; processHash: boolean; quantity: boolean; username: boolean; }; totalCount: boolean; totalPages: boolean; }]; } = ... Type declaration
getLedger2Postings: [{
input: Variable<"GetLedger2PostingsInput!", "input">;
}, {
currentPage: boolean;
items: {
blockNum: boolean;
createdAt: boolean;
creditAccountId: boolean;
creditGlobalSequence: boolean;
debitAccountId: boolean;
debitGlobalSequence: boolean;
key: boolean;
memo: boolean;
operationCode: boolean;
parentApplyGlobalSequence: boolean;
processHash: boolean;
quantity: boolean;
username: boolean;
};
totalCount: boolean;
totalPages: boolean;
}]