Jayesh Choudhary
Jayesh Choudhary
### Describe the bug I have the following schema: ``` type users { id: ID! @primary name: String email: String address: address @link(table: address, from: id, to: user_id) } type...
The bullet points in the `On this page` section has some bug as evident in the screenshot below. The bullet point is visible for some points whereas not visible for...
### The problem faced currently? Space cloud has a feature of ingress routes that let's the user to expose services to outside of space cloud cluster. Mostly these services are...
### The problem faced currently? Currently, the variables in transformations are `args`, `auth` and `token`. However, the same things are accessible in security rules as `args.params`, `args.auth` and `args.token`. This...
### The problem faced currently? In `v0.19.0` we have added the feature of viewing logs of a service deployed by space cloud from Mission Control itself. This is pretty cool...
The [react learn course](https://learn.spaceuptech.com/frontend-course/react-basics/) is extremely outdated as it uses space cloud version `0.11.0`. There are major changes since then involving how Space Cloud is installed and used. We even...
As of now, the docs for querying microservices via GraphQL just provides an example - https://docs.spaceuptech.com/microservices/graphql/querying/ and does not explain where did the `sum` field come from in that example....
### The problem faced currently? Right now, the deployments module in space cloud can auto scale services either on the basis of number of parallel requests or number of requests...