Aryan Iyappan
Aryan Iyappan
the django ORM has a similar function to the existing `in_bulk` method. https://docs.djangoproject.com/en/3.2/ref/models/querysets/#in-bulk https://github.com/MongoEngine/mongoengine/blob/96802599045432274481b4ed9fcc4fad4ce5f89b/mongoengine/queryset/base.py#L722-L745 It also provides an additional `field_name` parameter, which makes it easy to load objects in bulk...
This PR closes #4405 . The BaseHTTPMiddleware class is needed to define middleware that aren't defined using the FastAPI decorator `@app.middleware`. However, this class is from starlette and isn't present...
This PR adds a guide on how to implement pagination in GraphQL ## Description This PR adds a guide on how to implement pagination in GraphQL. It discusses about the...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
This PR adds a reddit clone API (which uses GraphQL). The example can be run using docker compose. ### Tech stack used: - [Strawberry GraphQL](https://github.com/strawberry-graphql/strawberry) - [Starlette](https://github.com/encode/starlette) web framework -...
Request to output the `ID` scalar instead of `GlobalID`, while generating the GraphQL schema My understanding is that `GlobalID` was meant to be an internal helper that resolves nodes, but...
I've gone through the documentation and test cases, but I couldn't find anything related to this. I'm wondering if there's a way to access the current FastAPI Request or BackgroundTasks...
# Add Query Batching Support ## Description This PR adds Query batching support for GraphQL APIs using Strawberry GraphQL. This makes your GraphQL API compatible with batching features supported by...
Hi guys, thanks a lot for the amazing work on Opennext AWS! This has been a really useful and livesaving project for our team. I was wondering if there is...