Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination for transaction history #18

Open
brh28 opened this issue Jan 10, 2024 · 0 comments
Open

Pagination for transaction history #18

brh28 opened this issue Jan 10, 2024 · 0 comments

Comments

@brh28
Copy link

brh28 commented Jan 10, 2024

UI makes GraphQL query with the following supported pagination args (ConnectionArguments):

before?: ConnectionCursor | null;
after?: ConnectionCursor | null;
first?: number | null;
last?: number | null;

These arguments should be mapped to the pagination scheme used by Ibex with params:

sort?: string | undefined;
limit?: number | undefined;
page?: number | undefined;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants