-
Hi, I am trying to get a cloud function to run on GCP with an auto-generated GraphQL SDK from https://graphql-code-generator.com/. See: https://github.com/Frenkz/pulumi-test
When I deploy it with P…
-
## Detailed Description
Initial Node.js server setup with GraphQL API and MongoDb database.
## Context
Server along with database is the core component of the whole project.
## Possible Implem…
-
I played around with benchmarking at https://github.com/klausi/graphql_bench (see result timings in README)
The good news: GraphQL module is as fast/slow as JSON:API module in an uncached scenario.…
-
import graphql_jwt
class Mutations(ObjectType):
........
token_auth = graphql_jwt.ObtainJSONWebToken.Field()
verify_token = graphql_jwt.Verify.Field()
refresh_token = graphql_jw…
-
hey,
all my depenencies (prisma, nestjs,...) are at @latest , node is latest lts
in my console:
```
root@a3b11efbd3a4:/api# npx prisma generate
Environment variables loaded from prisma/.env…
-
### What happened?
Just a standard `dab start`.
![image](https://github.com/Azure/data-api-builder/assets/1749983/b2ba216d-9a28-42d2-b105-56096dba3598)
### Version
Future
### What database are…
-
Hello,
I need help because I'm probably missing something, but I'm unable to get a proper reponse to retrieve multilingual Options pages correctly.
**Context**
Headless Wordpress with NuxtJS fr…
-
Hello!
In our system we took GraphQL query and translated it to ReQL (RethinkDB query language) for execution. This allowed us to optimize the query, eg use built-in joins in ReQL instead of querying…
-
- [ ] Build App with React (or Reuse ToDoList)
- [ ] Add GraphQL
- [ ] Build Microservices using Oracle Database A
- [ ] Build Microservices using Oracle Database B (JSON)
-
As I get closer to deploying a dream app into production, and things like deployment package size are top of mind, it occurs to me that dream includes some bits that could reasonably be shuffled into …