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
When editing a GraphQL document, user needs to be able to enter a value for the description and be able to save it along with the document.
Acceptance Criteria
User can update the description through the IDE UI
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.
When editing a GraphQL document, user needs to be able to enter a value for the description 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: