You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: