redash
redash copied to clipboard
GraphQL query runner
- [ ] GraphQL query runner
- [ ] Update code editor to support GraphQL syntax
Hmm wonder what it would take to do this one?
@arikfr I am interested in exploring what may be required to see this implemented. I have some Flask experience.
You can see here some details on creating a new Query Runner.
Hey @arikfr is there any progress on GraphQL integration with Redash. and are there any open-source alternatives?
I can try to tackle this. One concern is afaik ace does not support a graphql syntax highlighter, they only have a graphql schema option - the list is here.
We could add graphql support with no syntax highlighting by setting the ace mode to "text".
What do you think @arikfr ?
Would love to have this! More and more APIs are shifting to GraphQL vs. REST, being able to ingest them in Redash would be awesome.
any movement on this?
@jholla-atx there was a PR here, but the author closed it by deleting their fork of the redash repo. I'd be happy to accept any PRs if you want to give it a shot.
That PR was held back by a lack of unit tests, but DGraph (which is something like GraphQL) does neither have unit tests. Is it possible to split up the PR?
- focus on testing it with actual sources
- separate issue discuss how to unit test both Dgraph and GraphQL correctly (as unit tests design it needs a different mind set)