Master
Master
### The problem faced currently? Suppose we have a REST service which exposes more than 50 endpoints. To convert the REST API service to Graphql API we can use Graphql...
Old join syntax ``` query users { aggregate { sum { age } max { age } } } ``` New syntax ``` query { expenditures(group: ["user_id"]) @postgres { user_id...
It will be great if there is a button, which exports the query in such a format. that we can import it in postman or any similar applications >If you...
### The problem faced currently? While adding an ingress route, or a target in ingress route. If by mistake white space gets added to the route or host. We get...
### The problem faced currently? Mission control provides a data browser section under database tab to view/mutate data of individual tables. But if the data of the selected table has...
### The problem faced currently? The eventing system of space cloud uses event & invocation logs table to store information of events. This data can become huge, if unchecked. We...
### Describe the bug If I join 2 tables, with the latest join syntax, If I don't query the fields of the root table & only query the fields of...
### The problem faced currently? No problem, just an enhancement There should be switch button at the bottom left corner of mission control where we currently show sc version. Which...
### The problem faced currently? Currently, after creating a release we don't upload assets such as binaries for different systems & architectures. ### How can we solve it? This can...
### The problem faced currently?  If you have many columns in a table. Mission control will squeeze all the column in a single window, which is not at all...