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

Implement missing scroll support (not only) for Spring GraphQL #2726

Closed
meistermeier opened this issue May 18, 2023 · 0 comments
Closed

Implement missing scroll support (not only) for Spring GraphQL #2726

meistermeier opened this issue May 18, 2023 · 0 comments
Assignees

Comments

@meistermeier
Copy link
Collaborator

The ...FluentQueryBy... classes do not implement/overwrite the limit and scroll functions yet.
This limits the usage from the Spring GraphQL side because it cannot invoke ...limit(..).scroll(..) successfully. The default implementations in FetchableFluentQuery will throw an exception.

Plan is to extract the existing functionality from the PartTreeNeo4jQuery and make it usable also in the context of the ..FluentQueryBy... classes to avoid duplication.

@meistermeier meistermeier self-assigned this May 18, 2023
meistermeier added a commit that referenced this issue Jun 1, 2023
meistermeier added a commit that referenced this issue Jun 1, 2023
meistermeier added a commit that referenced this issue Jun 6, 2023
meistermeier added a commit that referenced this issue Jun 6, 2023
This will implement limit() and scroll()
methods in all (Reactive)FluentQuery.. classes.
meistermeier added a commit that referenced this issue Jun 8, 2023
meistermeier added a commit that referenced this issue Jun 12, 2023
This will implement limit() and scroll()
methods in all (Reactive)FluentQuery.. classes.

Closes #2726
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant