Skip to content

Conversation

@gcsantos-gpa
Copy link

@gcsantos-gpa gcsantos-gpa commented Dec 31, 2025

…documentation seems to support this behavior

JIRA Ticket(s)
Additional Support for: DIG-21
Ticket: DIG-23

…documentation seems to support this behavior
@gcsantos-gpa gcsantos-gpa self-assigned this Dec 31, 2025
@clackner-gpa
Copy link
Contributor

I think this was intentional. You can still set this during the cinstructor call. But if you assign it later (as allowed via set) it applies from then moving forward but not to calls previously made. which may cause issues especially in some of the async` calls in Controllers.
Is there a reason you really need this?

@gcsantos-gpa
Copy link
Author

gcsantos-gpa commented Jan 2, 2026

I think this was intentional. You can still set this during the cinstructor call. But if you assign it later (as allowed via set) it applies from then moving forward but not to calls previously made. which may cause issues especially in some of the async` calls in Controllers. Is there a reason you really need this?

There is no constructor currently that allows the setting of the root query restriction, it does it based on attribute decorations, but I need something I can set at run time. Setting it upon construction would work for what I need it for, would it be better for me to simply add a constructor for this?

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

Successfully merging this pull request may close these issues.

3 participants