-
To build an endpoint similar to Hasura, where you can dynamically manage GraphQL schemas, including adding or removing tables, fields, or remote schemas at runtime, you can create a custom server usin…
-
## Bug report
### Required System information
- Node.js version: v20.10.0
- NPM version: 10.2.3
- Strapi version: 5.0.5
- Database: PostgreSQL
- Operating system: Windows
- Is your project…
-
# GraphQL Emitter Design
Authors: [Angel Vargas](mailto:angelvargas@pinterest.com), [Steve Rice (He Him)](mailto:srice@pinterest.com), [Swati Kumar](mailto:swatikumar@pinterest.com)
Last updated: Oct…
-
### Amplify CLI Version
N/A
### Question
Keep in mind I replaced some sensitive info with placeholders.
Here is the schema(schema.ql.ts) auto generated using this `npx ampx generate schema…
-
Hello,
I am having an issue with using the generated PrismaTypes in my graphql server instance using graphql-yoga.
When i am running the remix application with npm run dev, then the types are set …
-
### Product
Hot Chocolate
### Version
14.0.0
### Link to minimal reproduction
https://github.com/wouth/FusionCompositionIssue
### Steps to reproduce
- Run `dotnet tool restore`
- Build `FusionC…
wouth updated
3 weeks ago
-
In order to use interfaces as a return type, I have to explicitly include all of the types implementing the interface via the `types` argument in `strawberry.Schema` in order for those types to be inc…
-
### Description
I am trying to generate from an existing schema.json:
```
$ tutone generate -c shopify/tutone.yml -p shopify -s shopify/schema.json
INFO [2024-08-28T11:41:32-04:00] fetching sch…
-
Hi,
I love the extension, but can't get debugging to work. When I hit the debug icon next to a scenario, the vscode switches to the Run and Debug panel, flashes, and I see this printed in Debug Con…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
Related: #5974
Currently, HC allows extending all types implementing an interface, but not the interface itself.
Adding…