Describe the problem you are trying to solve
- At a minimum, a code-editor like experience for anonymous apex
- could combine the ability to execute SOQL queries, make API requests, make graphQL requests (add graphQL query / SOQL translation tool #1498)
- api requests would need to integrate headers/url etc..
- graphql could execute immediately
- integrate history into a button on a toolbar - the graphqli online editor has some good layout ideas https://graphql.org/swapi-graphql/
- we could have the editors all tied together in one container (e.g. request and results) so it is more cohesive
Describe the problem you are trying to solve