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

Support scoped data fetching in GQL API #752

Open
lukashornych opened this issue Dec 2, 2024 · 0 comments
Open

Support scoped data fetching in GQL API #752

lukashornych opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lukashornych
Copy link
Collaborator

lukashornych commented Dec 2, 2024

Add support for inScope require constraint into queries in GraphQL API.

Some require constraints (check docs) supports to be surrounded with inScope require constraints allow an user to require scoped data only within specified scope. We need this mechanism in GraphQL API, but GraphQL API doesn't provide access to the most of the require constraints directly, but rather via output fields. Therefore, we need some tooling on top of the output fields.

Possible solutions that come to mind:

Will be implemented in conjunction with #474

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant