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

I would like to be able to modify the allow/deny grant (allow queries to be executed or blocked) #55

Open
1 task
Tracked by #45
jasonbahl opened this issue Jan 11, 2022 · 0 comments
Labels
GraphiQL issues related to the GraphiQL IDE integration

Comments

@jasonbahl
Copy link
Collaborator

jasonbahl commented Jan 11, 2022

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

  • User can update the allow/deny grant through the IDE UI

Technical Details

The goal is to make this field editable within the GraphQL IDE:

Image

A possible option might look like:

Image

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

@jasonbahl jasonbahl added this to the GraphiQL Integration milestone Jan 11, 2022
@jasonbahl jasonbahl added the GraphiQL issues related to the GraphiQL IDE integration label Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GraphiQL issues related to the GraphiQL IDE integration
Projects
None yet
Development

No branches or pull requests

1 participant