-
**Describe the bug**
On a multi-tenant app one user can be able to get data from multiple tenants, if they have access to them. [f.eg] having a user who has access to 2 tenants, the jwt looks like .…
-
## **GraphQL Document-Level Directives Proposal**
### **Introduction**
As GraphQL's popularity continues to surge, its potential extends beyond just efficient data fetching. Solutions like Apollo …
-
### What's not working?
When creating a wrapper called handler around createGraphQLHandler function it never get executed.
Example graphql.ts
const graphqlHandler = createGraphQLHandler({
lo…
-
**Description:**
$Subject
proposal: https://github.com/ballerina-platform/ballerina-standard-library/issues/4327
**Describe your task(s)**
**Related Issues (optional):**
**Suggested Labe…
-
Same problem as previously.
Using Visual Studio I cloned the repo again, rebuild solution, and the following errors:
```
Build started at 11:06 PM...
1>------ Build started: Project: StarWars-…
-
### What version of Bun is running?
1.1.12
### What platform is your computer?
Darwin 23.5.0 arm64 arm
### What steps can reproduce the bug?
1. Clone https://github.com/davemaier/bun-graphql-samp…
-
# Transport Context Data
In some cases, we want to pass in extra information with a GraphQL request that can be used in the client middleware to enrich the request.
Since Strawberry Shake suppor…
-
-
One of the disadvantages of GraphQL’s request/response model is that the GraphQL response is not returned to clients until the entire request has finished processing. However, not all requested data m…
-
You can read the rendered RFC at https://github.com/graphql/graphql-wg/blob/main/rfcs/OptInFeatures.md
Symmetrically to `@deprecated`, was it ever considered to add an `@requiresOptIn` directive?
…