Arguments
TransactionFilterInput
No description provided in the schema yet.
OffsetInput
No description provided in the schema yet.
Returns
TransactionConnection! — Paginated response for transactions query.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieves paginated transaction history for the authenticated user’s account.
query {
getTransactions(
filter: TransactionFilterInput
paginate: OffsetInput
): TransactionConnection!
}
TransactionConnection! — Paginated response for transactions query.