I would like to be able to modify the allow/deny grant (allow queries to be executed or blocked) #55
Labels
scope: graphiql
issues related to the GraphiQL IDE integration
Milestone
When editing a GraphQL document, user needs to be able to enter a value for the allow/deny grant and be able to save it along with the document.
Acceptance Criteria
Technical Details
The goal is to make this field editable within the GraphQL IDE:
A possible option might look like:
Notes
The UI in the previous version is a radio button, only allowing selection of 1 option. If I'm not mistaken, the possible values (allowed, deny, use global default) might be filterable so the UI probably needs to dynamically get those values and not have them hardcoded.|
Links
The text was updated successfully, but these errors were encountered: