-
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…
-
## Feature Request Type
- [x] Core functionality
- [ ] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
It would be nice to have …
-
### 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
…
-
Looks like `full` is [only used as a Boolean](https://github.com/wittydeveloper/spotify-graphql/search?q=full&unscoped_q=full). Also, it should be described in the schema. That description might've pr…
dandv updated
3 years ago
-
### 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…
-
```
from strawberry_django_plus import gql
@gql.type
class EditUserResponse:
ok: bool
reason: Optional[str] = None
```
...
```return EditUserResponse(ok=True)```
Produces the er…
eloff updated
10 months ago
-
Current media variant settings: https://github.com/cofacts/rumors-api/blob/4b00d586e44cb6aa15c858e9c945b8ea4c67d3bc/src/graphql/mutations/CreateMediaArticle.js#L61-L82
- Current logic only generates …
MrOrz updated
3 months ago
-
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…
-
Sometimes it is useful (in the resolvers at field level) to get the parameters used in the query .
I now that it could be possible to pass them down by changing the context or passing them as pri…
-
Is it possible to add custom actions on unhandled errors in mutations?
Eg. following the example [here](https://strawberry.rocks/docs/guides/errors#unhandled-execution-errors), having a mutation li…