insomnia: [Bug] JSON type graphql query variables are underlined as errors in the editor
Describe the bug JSON type graphql query variables are underlined as errors in the query variables editor
To Reproduce Steps to reproduce the behavior:
- Go to ‘graphql query variables panel’
- Insert JSON value in JSON field (e.g. body):
{ "input": { "content": { "authorId": "123", "listId": "456", "title": "A new star is born", "summary": "My summary", "bodyPlaintext": "My text", "body": { "text": "My text" } } } }
- See error
Expected behavior Not showing error
Screenshots
Desktop:
- OS: macOS 10.15.2
- Installation Method: website download
- App Version: 7.0.6.3258
About this issue
- Original URL
- State: open
- Created 4 years ago
- Reactions: 5
- Comments: 17 (1 by maintainers)
Not stale, still actual.
Same for me, any update on this?