-
Currently, Tailcall supports two execution engines:
1. **Async GraphQL Engine**: Works out of the box and can be enabled using `enableJIT: false`.
2. **JIT Engine (default)**: A faster alternative…
-
**Type:**
- [ ] Bug Report
- [x] Feature Request
**Summary:**
Currently, there seems to be no `extraFields` on the `allOrders` and `customerOrders` queries, unlike the `invoices` query. Single…
-
### Platform
iOS
### Environment
Production
### Installed
Swift Package Manager
### Version
8.40.1
### Xcode Version
16.1
### Did it work on previous versions?
Unknown
### Steps to Reprodu…
-
The version of plugin 2.0.2 doesn't work in the strapi app that uses GraphQL as the field names contain `:` which is not supported in QraphQL. Exact error is
```
GraphQLError: Names must only contai…
-
Currently the GraphQL schema is linked to a URL ([roundest-go.fly.dev/graphql](https://roundest-go.fly.dev/graphql)), however it's preferable to have explicit schemas to then codegen the Go types, and…
-
Error: Cannot use GraphQLObjectType "RoleConnection" from another module or realm.
Ensure that there is only one instance of "graphql" in the node_modules
directory. If different versions of "grap…
-
Is there a way to generate GraphQL SDL currently or is it something that is on the roadmap that will enable CADL compile to a GraphQL schema?
-
Hey Envio team,
I'd like to request to have the possibility of defining comments in the schema.graphql file and that they are exported for the playground as well as endpoint that serves the schema.…
-
-
### Context/Description
The search interface is exposed to the Front end by means of 3 GraphQL endpoints (Make filter, Model filter, and Part search including filters) that perform the actual OpenSea…