-
When the input to a GQL Query is an object, telemetry fails to register the `graphql.param` attribute because this line doesn't account for the input being an object instead of a primitive. I suggest …
-
What is the best practice for registering graphql APIs? This is a different framework than OpenAPI (see any number of blog posts). There are converters, but there is a big impedance mismatch between t…
-
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
### What it does
schema-codegen curr…
-
mypy in vscode complains about the strawberry JSON scalar type/object
- Operating system: os/x m1
- Strawberry version (if applicable): latest + latest mypy
```
from typing imp…
-
I've been using strawberry at work for a few months now and can't get these silly things out of my mind.
- Why is it called strawberry?
- Who made that logo? It deserves a credit.
- Am I the …
-
## Describe the Bug
I am very new to graphql and strawberry. I am developing graphql for my application and bumped into an issue which could not figure out.
So here is the sample code which retu…
-
any chance to also add https://github.com/APIs-guru/graphql-voyager to the web page?
-
It would be good to have an integration guide of how to properly use SQLalchemy with Strawberry.
## Feature Request Type
- [ ] Core functionality
- [ ] Alteration (enhancement/optimization)…
-
### Summary
This feature will expose information about Dependabot alerts and Dependabot updates in a new REST API.
### Intended Outcome
While users can already access information about Dependabot …
-
So at the moment we have a few integrations and they have a slightly different way to setting headers and status code.
The general idea is the same, we provide a `response` object in `info.context`…