-
Currently we allow to return list in load functions for dataloaders, as shown in our example:
```python
from typing import List
async def load_users(keys: List[int]) -> List[User]:
return …
-
Apologies if this is the incorrect place to ask.
I have a simple example component and DB spun up using a self hosted postgrest server where I am trying to test out the auto cache update functional…
-
I don’t know a lot about GraphQL, but it would be cool to eventually have support for Github’s GraphQL API.
-
After deploying an application with Docker, I can access it on the host machine using 127.0.0.1:7262. However, when I try to access it from other devices on the local network using 192.168.x.x IP ad…
-
### Component
Frontend UI, API Server / GraphQL
### Describe the Feature Request
As a user, I want to be able to choose for which event and objects I want to run a webhooks (custom or not)
### De…
-
Rýchly kick off GraphQL servera https://github.com/michalkvasnicak/open-api-graphql
Je to robené na rýchlo tak som previedol len CRZ avšak pozmenil som schému response aby mala tvar vhodnejší pre Gra…
-
### Describe the bug
When using `gh project` subcommands, if a bad auth token is used (such as an expired one), the error message is a confusing "uknown error type".
Tested with version 2.46.0
…
-
as suggested in https://github.com/strawberry-graphql/strawberry/pull/2698#issuecomment-1631030171
we should change strawberry's schema config to be a type dictionary, I think this will make the dx…
-
Did anyone had an idea to implement GraphQL along with REST API?
Looks like when there are https://github.com/ruby-grape/grape-entity in the existing project, adding GraphQL could be done very easily…
-
This library has been around a long time, and it's a hard dependency for a lot of projects. I'd like to release a 1.0.0 version, and before that, I have at least a few things in mind:
- [x] Perfor…